Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onomyprotocol/onomy
- Owner: onomyprotocol
- License: agpl-3.0
- Created: 2021-08-03T15:20:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T09:46:36.000Z (about 1 month ago)
- Last Synced: 2025-01-02T10:38:40.961Z (about 1 month ago)
- Topics: blockchain, cosmos-sdk, cryptocurrency, defi
- Language: Go
- Homepage: https://onomy.io/
- Size: 99.8 MB
- Stars: 36
- Watchers: 4
- Forks: 53
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - onomyprotocol/onomy - Onomy Network Provider Chain Software (Go)
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)