hats-finance / StakeWise-0xd91cd6ed6c9a112fdc112b1a3c66e47697f522cd

Liquid staking protocol for Ethereum
Other
0 stars 0 forks source link

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.