Last updated
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