For the complete documentation index, see llms.txt. This page is also available as Markdown.

Running the node

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