rysiman / chain

Implementation of Settlus node

Home Page:https://settlus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of Settlus node

https://settlus.org

License:GNU Lesser General Public License v3.0


Languages

Language:Go 98.1%Language:Solidity 1.1%Language:Makefile 0.4%Language:TypeScript 0.2%Language:Shell 0.1%Language:Smarty 0.0%Language:Dockerfile 0.0%