Skip to content

onomyprotocol/onomy

Repository files navigation

onomy-docs-2-w

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 WebsiteTelegram DiscussionTelegram AnnDiscordTwitterMedium

Mainnet

Join the Mainnet! You can find the documentation here

Testnet

Join the Testnet! You can find the documentation here

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