Skip to content

Liquid staking protocol for Ethereum

License

Notifications You must be signed in to change notification settings

RomulousApollo/v3-core

 
 

Repository files navigation

StakeWise Protocol V3

Discord

This repository contains the StakeWise V3 smart contracts for decentralized liquid staking on Ethereum.

Documentation

You can find the documentation for every contract in the contracts directory. For integration, check the contracts/interfaces directory.

Development

  1. Install dependencies:

    npm install
  2. Compile contracts:

    npm run compile
  3. Run tests:

    npm run quick-test

Deploy locally

  1. Install dependencies:

    npm install
  2. Compile contracts:

    npm run compile
  3. Start local hardhat node in a separate terminal:

    npm run node
  4. Deploy contracts:

    npm run full-deploy:local

Contributing

Development of the project happens in the open on GitHub, and we are grateful to the community for contributing bug fixes and improvements.

Contact us

License

The license for StakeWise V3 Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE.

About

Liquid staking protocol for Ethereum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.8%
  • Solidity 38.2%