This contracts set allow users buy and sell subscriptions for digital assets.
Subscription contract can:
- Create and manage many subscriptions
- Sell subscriptions
- Get information about subscription
Subscriber contract can:
- Buy subscription
- Sell own subscription for other subscriber
- Sell its account for other user
- Get informatin abount subscriptions
Contracts are fully tested, you can see tests here
Builded and tested with Solidity and Ethereum truffle. Security analyzed with Mythx.
You need install Nodejs before
git clone https://github.com/Subscription/ChickBoom
cd ChickBoom
npm install
truffle test test/index.js