Skip to content

Smart contracts that implement the hades protocol on ethereum blockchain

License

Notifications You must be signed in to change notification settings

HadesFinance/evm-contracts

Repository files navigation

EVM Contracts Of Hades Protocol

Hades Protocol is a Lightweight decentralized Stable Currency Protocol based on Two-way Lending market, with automatic interest rate target and liquidity mining incentive.

You can read the whitepaper for the motivation and a complete description of the protocol.

This repository contains the core smart contract code that implement the Ampleforth protocol on the Ethereum blockchain.

Table of Contents

Release

Comming soon!

Audit

Comming soon!

Governance

Comming soon!

Develop

Install

# Install project dependencies
npm install

# Install ganache-cli for local development
npm install -g ganache-cli 

Testing

# Run all unit tests
npm test

# Run unit tests in isolation
npx truffle --network development test test/unit/MarketController.js

API

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Hades Finance

About

Smart contracts that implement the hades protocol on ethereum blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published