Skip to content

milkyway-labs/milkyway-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MilkyWay Contracts

image

Overview

MilkyWay is a liquid staking protocol for the Celestia ecosystem.

This repository contains MilkyWay's core contracts that is deployed and operated on Osmosis.

Contracts

Contract Description
staking Core contract for liquid staking / liquid unstaking TIA
treasury MilkyWay treasury contract

Testing

All tests can be found in the tests folder in each respective contract package.

Run all tests in the repo:

make test

Testnets

There is Docker testnets available: Check ./scripts/testnet

Deploy the contract using the available scripts:

make initlocal
make migratelocal

License

This software is licensed under the Apache 2.0 license.