Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 456 Bytes

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'