This repository contains the StakeWise V3 smart contracts for decentralized liquid staking on Ethereum.
You can find the documentation for every contract in the contracts
directory. For integration, check
the contracts/interfaces
directory.
Install dependencies:
npm install
Compile contracts:
npm run compile
Run tests:
npm run quick-test
Install dependencies:
npm install
Compile contracts:
npm run compile
Start local hardhat node in a separate terminal:
npm run node
Deploy contracts:
npm run full-deploy:local
Development of the project happens in the open on GitHub, and we are grateful to the community for contributing bug fixes and improvements.
The license for StakeWise V3 Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE.