https://github.com/sunriselayer/sunrise
https://github.com/sunriselayer/sunrise
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunriselayer/sunrise
- Owner: sunriselayer
- License: other
- Created: 2023-12-28T05:03:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:17:08.000Z (9 months ago)
- Last Synced: 2024-07-30T21:39:14.171Z (9 months ago)
- Language: Go
- Size: 4.52 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - sunriselayer/sunrise - (Go)
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)