Skip to content

techcoderx/vsc-blocks-backend

Repository files navigation

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.

About

Backend server for VSC Blocks

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published