Skip to content

cosmic-horizon/settlus-chain

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Go 98.2%
  • Solidity 1.1%
  • Makefile 0.4%
  • TypeScript 0.2%
  • Shell 0.1%
  • Smarty 0.0%