MilkyWay is a liquid staking protocol for the Celestia ecosystem.
This repository contains MilkyWay's core contracts that is deployed and operated on Osmosis.
Contract | Description |
---|---|
staking |
Core contract for liquid staking / liquid unstaking TIA |
treasury |
MilkyWay DAO |
All tests can be found in the tests folder in each respective contract package.
Run all tests in the repo:
make test
There is Docker testnets available: Check ./scripts/testnet
Deploy the contract using the available scripts:
make initlocal
make migratelocal
This software is licensed under the Apache 2.0 license.