https://github.com/noble-assets/noble
https://github.com/noble-assets/noble
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noble-assets/noble
- Owner: noble-assets
- License: apache-2.0
- Created: 2022-09-02T07:47:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T09:59:26.000Z (5 months ago)
- Last Synced: 2026-02-20T13:47:03.467Z (5 months ago)
- Language: Go
- Homepage: https://noble.xyz/
- Size: 6.3 MB
- Stars: 153
- Watchers: 15
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: .github/README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - noble-assets/noble - (Go)
README
Noble is an [application-specific blockchain](https://docs.cosmos.network/main/learn/intro/why-app-specific) built on the Cosmos SDK, purpose-built for asset issuance with a focus on stablecoins and real-world assets (RWAs). As an IBC-enabled chain, Noble ensures seamless interoperability across the Cosmos ecosystem, enabling fast and secure transactions.
In addition to supporting various RWAs, Noble offers its own native real-world asset, Noble Dollar (USDN) — a yield-bearing stablecoin that gives developers and end users control over the underlying yield. Additionally, Noble has implemented Circle's [Cross-Chain Transfer Protocol (CCTP)](https://www.circle.com/cross-chain-transfer-protocol) to facilitate native transfers of USDC across multiple blockchain networks.
You can learn more about all the assets we offer [here](https://www.noble.xyz/#assets)!
## Documentation
For all documentation outside of installation, please visit our [official documentation](https://docs.noble.xyz).
## Installation
When installing from source, [Golang](https://go.dev) is required.
```sh
git clone https://github.com/noble-assets/noble.git
cd noble
git checkout
make install
```
Noble is also available via:
- [Releases](https://github.com/noble-assets/noble/releases)
- [Docker](https://github.com/noble-assets/noble/pkgs/container/noble)
## Local Net Quickstart
Looking to spin up a standalone local Noble chain? Leverage our quickstart guide and scripts [here](../local_net)!
## Contributing
We welcome contributions! If you find a bug or have feedback, open an issue. Pull requests for bug fixes are appreciated.
For major changes, please open an issue first to discuss your proposal.
Note: We do not accept contributions for grammar or spelling corrections.