@alice-finance/bank
v0.1.1
Published
Market for saving or lending crypto assets on DEX chain.
Downloads
2
Readme
Alice Bank
Solidity contracts for the money market on the DEX Chain. It enables saving and lending using crypto assets.
Table of Contents
Install
Usage
Contributing
Documentation
Documentation is not ready.
Development
First, install Node.js and npm. Then grep the source code.
Get the source
Fork this repo and clone it to your local machine:
$ git clone [email protected]:your-username/financial-market.git
Once git clone is done, use npm to install dependencies:
$ npm install
Truffle network
coverage
: this network is for solidity-coverage reportdevelopment
: this network is used for local developmentdeploy
: this network is used for deploying contractsconsole
: this network is used fortruffle console
Test
To run tests, run command below:
$ npm run test
Coverage
To get coverage report, run command below:
$ npm run test:coverage
License
Financial Market is licensed under the MIT License.