bigsml / hats-stakewise-v3-core

Liquid staking protocol for Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:TypeScript 61.1%Language:Solidity 38.9%Language:Shell 0.0%Language:JavaScript 0.0%