Running the node

Accessing Tanssi Node

https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc1-polkadot.xcavate.io#/explorer

Running Xcavate_Node Locally

git clone https://github.com/XcavateBlockchain/xcavate-node-paseo

cd xcavate-node-paseo

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