PLAY PODCASTS
vsc.network 3Speak Podcast

vsc.network 3Speak Podcast

22 episodes

Radically Changing the Hive Blockchain | Chain Chatter with Vaultec from VSC

Jun 28, 20241h 6m

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.

Jun 28, 2024

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

Apr 8, 2024

How to deploy your first VSC Hive Smart Contract

Apr 8, 202411 min

How VSC Lite Accounts Benefit Hive

https://3speak.tv/watch?v=vsc.network/asranctb How VSC Lite Accounts Benefit Hive. Explaination overview.

Mar 25, 2024

How VSC Lite Accounts Benefit Hive

Mar 25, 20249 min

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!

Mar 25, 2024

Overview of VSC Hive smart contract template

Mar 25, 20248 min

What happens when you interact with a VSC smart contract

Mar 24, 20244 min

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.

Mar 24, 2024

Recording of our 2nd VSC Twitter Space: Testnet & next steps + AMA

Mar 6, 20241h 6m

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

Mar 6, 2024

How To Setup a VSC Node [Updated Guide] [Video]

Mar 3, 20245 min

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

Mar 3, 2024

VSC and Bitcoin wrapping AMA

Dec 2, 20232h 14m

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.

Dec 2, 2023

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

Jul 4, 2023

VSC - Setup local smart contract dev environment (video)

Jul 4, 20233 min

VSC - Writing a basic smart contract (video)

Jul 4, 202312 min

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

Jul 4, 2023

Install VSC node via ansible

https://3speak.tv/watch?v=vsc.network/qldflfmt Introduction to ansible: • Ansible in 100 seconds: https://docs.ansible.com/ansible/latest/getting_started/index.html Instructions documentation: https://github.com/vsc-eco/vsc-node#installation As a side note, it is highly recommended to install VSC via docker instead of bare metal. Contents of this video 0:00 intro 1:03 parametization 2:06 invoke ansible 3:16 what's part of the installation 4:14 validate installation

Jun 4, 2023

Install VSC node via ansible

Jun 4, 20235 min