There are three smart contracts deployed by lifebank.
- Informed Consent Contract
consent2life
- Community Contract
lifebankcode
- Community Token Contract
lifebankcoin
Unit tests for contract actions can be found here : Life Bank Smart Contract Unit Tests
Only lifebankcode
can create a new community.
Use action createcmm
ACTION lifebankcode::createcmm( eosio::name creator, string community_name, eosio::asset community_asset, string description, string logo, const asset &maximum_supply)