/chain

Implementation of Settlus node

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

Settlus

Settlus is a purpose-built blockchain designed to provide a transparent settlement system for the creator economy.

Get started

Install necessary dependencies

curl https://get.ignite.com/cli! | bash
brew install golangci-lint

Run the chain

ignite chain serve --skip-proto

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

Development

Build

make

Lint

make lint

Test

make test

Generate protobuf definition

make proto-gen

Generate Swagger

make proto-swagger-gen

Local network test

make localnet-build
make localnet-start

# stop local network test
make localnet-stop

License

This project is licensed under the LGPL-3.0 license. Specifically, the contents within the evmos folder are dervied from remarkable work originally pioneered by the Evmos Foundation, also under the LGPL-3.0 license. We have utilized code from Evmos v12 (b43ee16) and have made several modifications. All changes are documented here, as well as in the commit logs of this repository.