Source code of smart contracts for Stability protocol
Stability is a profit generating protocol managed and developed by our decentralized autonomous organization.
Branch | What for? |
---|---|
main | Mainnet deployed smart contracts. Production. |
develop | Testnet deployments. Contracts for testing, debugging, and auditing before deploying to mainnet. |
l2/** | Layer 2 specific network contracts development and deployments. |
draft/** | Protocol development. |
git clone https://github.com/stabilitydao/core.git
cd core
yarn
npx hardhat node
yarn test
yarn lint
yarn coverage
yarn clean