https://github.com/sunriselayer/sunrise
https://github.com/sunriselayer/sunrise
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunriselayer/sunrise
- Owner: sunriselayer
- License: other
- Created: 2023-12-28T05:03:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T05:47:24.000Z (10 months ago)
- Last Synced: 2025-09-22T07:05:06.967Z (10 months ago)
- Language: Go
- Size: 9.31 MB
- Stars: 26
- Watchers: 1
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - sunriselayer/sunrise - (Go)
README
# Sunrise

**Latest Release: [v1.0.0](https://github.com/sunrise-zone/sunrise/releases/tag/v1.0.0)**
π
[sunriselayer.io](https://sunriselayer.io) π
[docs.sunriselayer.io](https://docs.sunriselayer.io) π
[Discord](https://discord.com/invite/sunrise) π
[X (Twitter)](https://x.com/SunriseLayer) π
---
Sunrise is a next-generation Layer 1 blockchain that combines high-throughput data availability with a native liquidity hub. It integrates **Proof of Liquidity (PoL)** and **fee abstraction**, delivering immediate liquidity and flexible gasβpayment options to rollups and application chains. Validators secure the network by staking RISE and/or vRISE. Liquidity providers supply liquidity to pools and earn vRISE and trading fees. Sunrise interoperates with Rollup and L2 Blockchain, allowing developers to adopt Sunrise with minimal integration effort.
## Documentation
For all documentation outside of installation, please visit our [official documentation](https://docs.sunriselayer.io/).
## Environment
- Go: `1.24.2`
- Ignite CLI: `v29.2.0`
- Cosmos SDK: `v0.53.2`
## Installation
When installing from source, Golang is required.
```shell
git clone https://github.com/sunrise-zone/sunrise.git
cd sunrise
make install
```
## Get started with Ignite CLI
The `serve` command installs dependencies, builds, initializes, and starts your blockchain in development.
```shell
ignite chain serve
```
Your blockchain in development can be configured with `config.yml`. To learn more, see the [Ignite CLI docs](https://docs.ignite.com).
## 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.