Skip to content

CosmWasm contracts of member protocol. Latest code is in another private repo, will copy over here when protocol goes live.

License

Notifications You must be signed in to change notification settings

bull-market-lab/member-contracts

Repository files navigation

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

About

CosmWasm contracts of member protocol. Latest code is in another private repo, will copy over here when protocol goes live.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages