Skip to content

stabilitydao/inception-contracts

Repository files navigation

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