Skip to content

stabilitydao/inception-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa07143 · Jun 8, 2022
Dec 26, 2021
Jun 8, 2022
Jun 8, 2022
Jun 8, 2022
Jun 8, 2022
Jun 8, 2022
Nov 15, 2021
Dec 25, 2021
Dec 16, 2021
Nov 12, 2021
Jun 3, 2022
Dec 24, 2021
Feb 10, 2022
Nov 10, 2021
Jan 27, 2022
Mar 23, 2022
Jun 8, 2022
Dec 14, 2021
Mar 21, 2022

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