This is still actively under construction/being developed and mantained
CloutContracts is a next gen blockchain development platform targeting creators and social influencers looking to quickly deploy their own network, or even professional blockchain architects. We are interplorabile and multichain compatible. Not only this, but we are the native token behind a high speed rollup layer.
$ make buildYou can either install MySQL locally or use docker.
$ docker run --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=<your-password> -d mysqlYou might also want to install a GUI to view the database changes
$ docker run --name myadmin -d --link mysql:db -p 8080:80 phpmyadmin/phpmyadmin$ make initIn config.toml you need to change the key db_url with your correct password
db_url="mysql://root:<your-password>@/testing?charset=utf8&parseTime=True&loc=Local"In config.toml you also have various params for entering ethereum RPC's and contract address, do check it out!
$ make migration-up$ make migration-down$ make start