PLAY PODCASTS
VSC - Writing a basic smart contract (video)

VSC - Writing a basic smart contract (video)

vsc.network 3Speak Podcast

July 4, 2023

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/vqtkycsg
useful links

JSON escape
https://www.freeformatter.com/json-escape.html

graphql endpoint of public VSC node
https://vsc-november.us-west.web3telekom.xyz/api/v1/graphql

graphql query to check transaction status
{
findTransaction(id: "") {
id
status
included_in
executed_in
}
}

Contents of this video
00:00 intro
00:24 file structures
01:14 theory nft contract
01:48 smart contract sdk concepts
04:33 constraints
05:42 example contract creation
08:01 deploy
08:44 invoke
11:15 check transaction
12:11 outro