Releases: MitoBlock/mitoblockchaindev
Releases · MitoBlock/mitoblockchaindev
Release v0.0.2-alpha
Update
- Added a new account (onboarding-programs) to act as the treasury for special onboarding programs
- Updated the readme
Release v0.0.1-alpha
Release v0.0.1
Cryptocurrency
- Mitocell cryptocurrency - accounts can send, hold and receive mitocell coins through REST, RPC, CLI, and Client (TypeScript and Go)
Reward Module
- Discount token - accounts can create a discount token and discount token status. The discount token status can be associated with a discount token and the status can also be deleted. In addition, necessary queries are created to query discount tokens and discount token status.
- Membership token - accounts can create a membership token and membership token status. The membership token status can be associated with a token and the status can also be deleted. In addition, necessary queries are created to query membership tokens and membership token status.
User can interact with both reward tokens through REST, RPC, CLI, and Client (TypeScript and Go)