Onchain membership based experience
Install dependency.
npm i
Build and optimize wasm bytecode.
npm run build-and-optimize
NOTE: Please use celatone or write your own script with feather.js to store code and instantiate contract. Terrain is broken (or my setup is wrong) on signing tx.
Create your own .env
.
cp .example.env .env
Store code onchain.
npm run store-code
Init all contracts. You need to update .env
accordingly as distribution and thread both depends on member for their instantiate msgs.
npm run init-member
npm run init-distribution
npm run init-thread