Settlus is a purpose-built blockchain designed to provide a transparent settlement system for the creator economy.
curl https://get.ignite.com/cli! | bash
brew install golangci-lint
ignite chain serve --skip-proto
serve
command installs dependencies, builds, initializes, and starts your blockchain in development.
make
make lint
make test
make proto-gen
make proto-swagger-gen
make localnet-build
make localnet-start
# stop local network test
make localnet-stop
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.