curl https://sh.rustup.rs -sSf | sh
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
sudo apt update
sudo apt install nodejs npm
npm install -g yarn
npm i polkadot-launch -g
git clone https://github.com/paritytech/polkadot.git
git clone https://github.com/DICO-TEAM/dico-chain.git
cd dico-chain
make submodule
Execute the following command in dico-chain and polkadot files.
cargo build --release
Execute the following command in the dico-chain file
cd launch
polkadot-launch config.json
Connect to local testnet ws://localhost:9946
Contributors are welcomed to join this project. Please check CONTRIBUTING about how to contribute to this project.
./kico --collator -- --execution wasm --chain kusama
The project is made available under the Apache2.0/MIT license.