Skip to content

reclaimprotocol/reclaim-substrate

Repository files navigation

Implementation of the Reclaim Protocol in Substrate.

Node

Build

cargo build --release

Test

cargo test

Test only pallet functionality

cargo test -p pallet-reclaim --lib 

Run node dev

./target/release/node-template --dev

Frontend

While the above command is running in a separate terminal, hit the following to launch the interface

cd substrate-front-end-template
yarn install
yarn start

Benchmarking

Build

cargo build --release --features runtime-benchmarks

Run

./target/release/node-template benchmark pallet \
    --chain dev \
    --wasm-execution=compiled \
    --pallet pallet-reclaim \
    --extrinsic '*' \
    --steps 50 \
    --repeat 20 \
    --output ./runtime/src/weights.rs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published