Skip to content
/ umee Public
forked from umee-network/umee

A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.

License

Notifications You must be signed in to change notification settings

PPX888/umee

 
 

Repository files navigation

Logo!

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. GoDoc Go Report Card Version License: Apache-2.0 Lines Of Code GitHub Super-Linter

A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.

Umee is a Universal Capital Facility that can collateralize assets on one blockchain towards borrowing assets on another blockchain. The platform specializes in allowing staked assets from PoS blockchains to be used as collateral for borrowing across blockchains. The platform uses a combination of algorithmically determined interest rates based on market driven conditions. As a cross chain DeFi protocol, Umee will allow a multitude of decentralized debt products.

Table of Contents

Dependencies

Active Networks

Betanet

  • Chain ID: umee-betanet-2
  • Umee Version: v0.2.x
  • Gravity Bridge Orchestrator Version: v0.2.10
  • Gravity Ethereum Network: Rinkeby
  • Gravity Contract Address: 0xc846512f680a2161D2293dB04cbd6C294c5cFfA7
  • Genesis: genesis.json
  • Genesis Hash: a0214294429982a0b2772648ae1f45b8dab9ec33d89f3fb1bfd35465a2164fa5
    • $ cat genesis.json | jq -S -c -M '' | sha256sum
  • Peers:
    • a9a84866786013f75138388fbf12cdfc425bd39c@137.184.69.184:26656
    • 684dd9ce7746041d0453322808cc5b238861e386@137.184.65.210:26656
    • c4c425c66d2941ce4d5d98185aa90d2330de5efd@143.244.166.155:26656
    • eb42bdbd821fad7bd0048a741237625b4d954d18@143.244.165.138:26656

Deployed Tokens

Token Display Address
uumee umee 0x29889b8e4785eEEb625848a9Fdc599Fb4569e292

Install

To install the umeed binary:

$ make install

About

A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.9%
  • Makefile 4.0%
  • Shell 1.7%
  • Dockerfile 1.4%