Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 694 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 694 Bytes

Member Protocol

Onchain membership based experience

Deployment

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