Skip to content

ltfschoen/edgeware-node

 
 

Repository files navigation

edgeware-node

Edgeware is an:

  • On-chain Governed,
  • Proof-of-Stake (PoS) Blockchain
  • with a WASM Runtime.

For node operators, validators, and other users

A getting started guide can be found at our Github Wiki, including guides for running a node, validating, and setting up basic monitoring tools to keep your node online.

For more details about the project, visit the Edgeware website, or check out the blog or Twitter. Finally, for discussion and governance, campaigns and proposals can be found on Commonwealth.

For developers

Quickstart

If your device is clean (such as a fresh cloud VM) you can use this script for an automated setup:

./setup.sh

Otherwise, proceed with the full instructions below.

Manual setup

Install system dependencies:

Linux:

sudo apt install cmake pkg-config libssl-dev git clang libclang-dev

Mac:

brew install cmake pkg-config openssl git llvm

Install Edgeware dependencies:

curl https://sh.rustup.rs -sSf | sh
rustup update stable
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
cargo install --git https://github.com/alexcrichton/wasm-gc

Build Edgeware:

cargo build --release

Ensure you have a fresh start if updating from another version:

./scripts/purge-chain.sh beresheet

To start up the Edgeware node and connect to the Beresheet testnet, run:

./target/release/edgeware --chain=beresheet --name <INSERT_NAME>

About

Substrate node implementing Edgeware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.2%
  • JavaScript 3.3%
  • Shell 2.8%
  • Other 0.7%