@vsc.eco/sdk

VSC SDK

Software Development Kit for VSC Smart Contracts in Assemblyscript.

Getting Started

If you are new to VSC smart contract development, we recommend reading this guide before proceeding.

Assuming you have already setup a smart contract dev environment. You can install the SDK using NPM by running npm install @vsc.eco/sdk

From here you can use the SDK as follows

import * as SDK from '@vsc.eco/sdk/assembly'

Generated using TypeDoc