Running the node
OUT OF DATE - WILL BE UPDATED IN DFG MILESTONE 3
Accessing Tanssi Node
https://polkadot.js.org/apps/?rpc=wss://fraa-flashbox-2036-rpc.a.stagenet.tanssi.network#/explorer
Running Xcavate_Node Locally
git clone https://github.com/XcavateBlockchain/Xcavate_Node
cd Xcavate\_Node
cargo build --release
run node ./target/release/node-template –dev
After you start the Xcavate node locally, you can connect it with Polkadot-JS Apps front-end to interact with the chain.
Click here to use the Polkadot-JS Apps.
Last updated