Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 882 Bytes

VSC Blocks Backend

Backend server for VSC Blocks. This is an extension of go-vsc-node which provides the following services:

  • Contract verifier
  • REST API
  • (future) Chatbots

Compile

Install Rust tools if not already, clone this repo and run the following:

cargo b -r

Configuration

Dump a sample config file to config.toml:

./vsc-blocks-backend --dump-config

Building compiler docker image

AssemblyScript

cd as_compiler
docker build -t as-compiler .

License

This project is dual licensed under the MIT License or Apache License 2.0.