Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 381 Bytes

How to build and run Swanky-node to support pallet_uniques

  1. Clone this repo
git clone git@github.com:AstarNetwork/swanky-node.git
  1. checkout working branch
git checkout feature/uniques-ce
  1. build the node
cargo build --release
  1. run the node
./target/release/swanky-node --dev --tmp -l runtime=trace -lerror,runtime::contracts=debug