PLAY PODCASTS
How to deploy your first VSC Hive Smart Contract

How to deploy your first VSC Hive Smart Contract

vsc.network 3Speak Podcast

April 8, 2024

Audio is streamed directly from the publisher (hotipfs-3speak-1.b-cdn.net) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

https://3speak.tv/watch?v=vsc.network/vpgusdpi
What to know:

  • VSC Contracts are open and permissionless
  • Code in any language; Starting with Assemblyscript with more in the future.
  • Contract code is fully deterministic and can be tested easily in the local environment.

Useful Resources:

Prerequisites

Steps:

  1. git clone https://github.com/vsc-eco/contract-template
  2. yarn install

<fill out .env file>

  1. yarn asbuild:debug
  2. yarn test
  3. yarn deploy