Show overview
vsc.network 3Speak Podcast launched in 2023 and has put out 22 episodes in the time since. That works out to roughly 5 hours of audio in total. Releases follow a roughly quarterly cadence.
Episodes typically run under ten minutes — most land between 5 min and 39 min — with run-times ranging widely across the catalogue. None of the episodes are flagged explicit by the publisher.
The catalogue appears to be on hiatus or wound down — the most recent episode landed 2.2 years ago, with no new episodes in over a year. Published by vsc.network.
From the publisher
Listen and watch the latest videos from vsc.network. Hosted by 3Speak.tv. The free speech video platform on the HIVE blockchain.
Latest Episodes
View all 22 episodesRadically Changing the Hive Blockchain | Chain Chatter with Vaultec from VSC
Radically Changing the Hive Blockchain | Chain Chatter with Vaultec from VSC
https://3speak.tv/watch?v=vsc.network/ysjxffll Recording of Wendesday twitter space: Chain Chatter with Vaultec from VSC Featuring Vaultec from VSC and Khal from the InLeo team.
How to deploy your first VSC Hive Smart Contract
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: peakd.com/@vsc.network https://vsc.eco https://vsc-eco.github.io/sdk/ Prerequisites NodeJS v18 or greater yarn (https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable) Git Visual Studio Code (optional; highly recommended) Steps: git clone https://github.com/vsc-eco/contract-template yarn install <fill out .env file> yarn asbuild:debug yarn test yarn deploy
How to deploy your first VSC Hive Smart Contract
How VSC Lite Accounts Benefit Hive
https://3speak.tv/watch?v=vsc.network/asranctb How VSC Lite Accounts Benefit Hive. Explaination overview.
How VSC Lite Accounts Benefit Hive
Overview of VSC Hive smart contract template
https://3speak.tv/watch?v=vsc.network/bmfoknsx Overview of the VSC Smart contract template and explanatory guide of some of the tooling we are building for smart contract development. Feel free to drop any further questions down below!
Overview of VSC Hive smart contract template
What happens when you interact with a VSC smart contract
What happens when you interact with a VSC smart contract
https://3speak.tv/watch?v=vsc.network/wmrianzu Brief explanation of the process behind interacting with a VSC smart contract introduction video. Feel free to leave any comments/questions/concerns below.
Recording of our 2nd VSC Twitter Space: Testnet & next steps + AMA
Recording of our 2nd VSC Twitter Space: Testnet & next steps + AMA
https://3speak.tv/watch?v=vsc.network/mnbobnkr Recording of our 2nd Twitter Space
How To Setup a VSC Node [Updated Guide] [Video]
How To Setup a VSC Node [Updated Guide] [Video]
https://3speak.tv/watch?v=vsc.network/uthosijv Updated guide for setting up a VSC node. https://github.com/vsc-eco/vsc-deployment https://docs.docker.com/engine/install/ubuntu/#installation-methods https://docs.docker.com/engine/install/linux-postinstall/ https://vsc.techcoderx.com/witnesses
VSC and Bitcoin wrapping AMA
VSC and Bitcoin wrapping AMA
https://3speak.tv/watch?v=vsc.network/gnykehzq VSC Layer 2 smart contracts on HIVE & Bitcoin Wrapping AMA. Apologies for the poor audio quality as it wasn't recorded directly on Twitter. We will improve in further AMAs and Twitter spaces.
VSC - Setup local smart contract dev environment (video)
https://3speak.tv/watch?v=vsc.network/ohoqmgsa Useful links IPFS desktop download https://docs.ipfs.tech/install/ipfs-desktop/#windows MongoDB download https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/ Contents of this video 00:00 intro 00:19 clone and install npm pkgs 00:50 configure node 01:33 install MongoDB and IPFS desktop 02:28 enable pubsub on IPFS 03:01 initialization
VSC - Setup local smart contract dev environment (video)
VSC - Writing a basic smart contract (video)
VSC - Writing a basic smart contract (video)
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