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

https://github.com/sunriselayer/sunrise


https://github.com/sunriselayer/sunrise

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sunrise

## Environment

- Go: `1.23.4`
- Ignite CLI: `nightly` (Cosmos SDK v0.52 compatible)

## Install

```shell
make install
sunrised --help
```

## Get started with Ignite CLI

```shell
ignite chain serve
```

`serve` command installs dependencies, builds, initializes, and starts your blockchain in development.

### Configure

Your blockchain in development can be configured with `config.yml`. To learn more, see the [Ignite CLI docs](https://docs.ignite.com).

## Learn more

- [Ignite CLI](https://ignite.com/cli)
- [Tutorials](https://docs.ignite.com/guide)
- [Ignite CLI docs](https://docs.ignite.com)
- [Cosmos SDK docs](https://docs.cosmos.network)
- [Developer Chat](https://discord.gg/ignite)