0.2.0 • Published 6 years ago

@alice-finance/money-market v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Money Market

Decentralized Platform for Savings and Loan.

Alice Finance is Decentralized Money Market for everyone, allowing users to save their assets or borrow assets from it.

This repository contains Solidity contracts for Alice Finance.

Deployed Addresses

All contracts are deployed on Loom Network's PlasmaChain.

ContractAddress
MoneyMarket0x1Fe7A4F1F8b8528c4cf55990f78cB38d203ADE73
SavingsInterestCalculatorV10xBfe5fc58c3F12A5dd750a5D686DC1Ae8095c279B
InvitationOnlySavings0x3D21c813B601245cA5CF4E443bAd75627f3e45c3
ZeroSavingsInterestCalculator0x60609A86Adfd790DA384c420C97f8d798e99ca4b

And these are addresses of the assets we are using in Money Market

AssetNetworkAddress
DAI StablecoinEthereum0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359
PlasmaChain0xc377ce132f561364390974af13d4715f8b744319

Development

First, install Node.js and yarn. Then grep the source code.

Get the source

Fork this repo and clone it to your local machine:

$ git clone git@github.com:your-username/money-market.git

Once git clone is done, use yarn to install dependencies:

$ yarn install

Deploy

To deploy, we use truffle.

$ npx truffle deploy 

If you want to deploy contracts to testnet, you need .env file. Use .env.sample to make your own .env file.

Test

To run tests, run command below:

$ yarn test

To get coverage report, run command below:

$ yarn test:coverage

Contributing

We always appreciate your contributions. Please create an issue in this repository to report bugs or suggestions.

If you have security concerns or discovered problems related to security, please contact us on Telegram - Alice Developers.

License

Money Market is licensed under the MIT License.

0.2.0

6 years ago

0.2.0-beta.1

6 years ago

0.2.0-beta.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago