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

https://github.com/sunriselayer/sunrise


https://github.com/sunriselayer/sunrise

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sunrise

![Sunrise](https://sunriselayer.io/banner.png)

**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.