stabilitydao / inception-contracts

Smart contracts from the Inception epoch of the Stability DAO
https://stabilitydao.org
MIT License
12 stars 4 forks source link
Stability

Stability Core

Source code of smart contracts for Stability protocol

What is Stability?

Stability is a profit generating protocol managed and developed by our decentralized autonomous organization.

Platform repositories

Core Development

Branches

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.

Technology stack

Learning smart contract development

Start coding

Setup

git clone https://github.com/stabilitydao/core.git
cd core
yarn

Local environment

npx hardhat node

Testing

yarn test

Linting

yarn lint

Coverage

yarn coverage

Cleaning

yarn clean