Backend server for VSC Blocks. This is an extension of go-vsc-node which provides the following services:
- Contract verifier
- REST API
- (future) Chatbots
Install Rust tools if not already, clone this repo and run the following:
cargo b -r
Dump a sample config file to config.toml
:
./vsc-blocks-backend --dump-config
cd as_compiler
docker build -t as-compiler .
This project is dual licensed under the MIT License or Apache License 2.0.