Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onomyprotocol/onomy

Onomy Network Provider Chain Software
https://github.com/onomyprotocol/onomy

blockchain cosmos-sdk cryptocurrency defi

Last synced: 2 days ago
JSON representation

Onomy Network Provider Chain Software

Awesome Lists containing this project

README

        

![onomy-docs-2-w](https://user-images.githubusercontent.com/6096171/137114490-3fb1de9c-f74c-4979-9089-2f116e57bec2.jpeg)

# Overview

Onomy is an application-specific blockchain built to power a decentralized exchange that converges Forex and Decentralized Finance.

As a multi-chain ecosystem based on the Cosmos software development kit, it leverages the inter-blockchain communication protocol and implements bridges between blockchains like Ethereum, Avalanche, EVM chains, and others TBA.

Users can easily manage assets from connected networks via Onomy Access (multi-chain wallet), efficiently trade digital assets on the decentralized Onomy Exchange supporting both AMM and orderbook trading (limit orders, stop loss, market), and mint decentralized stablecoins through the Onomy Reserve using NOM, the protocol token, as collateral.

✨[Official Website](https://onomy.io/)
✨[Telegram Discussion](https://t.me/onomyprotocol)
✨[Telegram Ann](https://t.me/onomyannouncements)
✨[Discord](https://discord.gg/u5qcykwJqV)
✨[Twitter](https://twitter.com/OnomyProtocol)
✨[Medium](https://medium.com/onomy-protocol)

# Mainnet

Join the Mainnet! You can find the documentation [here](docs/chain/mainnet.md)

# Testnet

Join the Testnet! You can find the documentation [here](docs/chain/testnet.md)

# Development

The development branch is **dev**. The branch might contain unstable changes.

All the changes should pass through the flow "**feature-branch**" -> "**Pull Request**" -> "**dev**".

## Format code by the project rules

```
make format-in-docker
```

## Run CI

```
make all-in-docker
```

## Build the project

Build artifact
```
make build
```

Install
```
make install
```

## Learn more about starport

- [Starport](https://github.com/cometbft/starport)
- [Starport Docs](https://docs.starport.network)
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos SDK Tutorials](https://tutorials.cosmos.network)
- [Onomy Discord](https://discord.gg/u5qcykwJqV)