add web3 examples and tutorial

This commit is contained in:
boneyard93501
2021-02-25 16:26:05 -06:00
parent da0b83d3dd
commit 45012cd093
47 changed files with 21766 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"files.exclude": {
"**/.git": true, // this is a default value
"**/.DS_Store": true, // this is a default value
"**/node_modules": true // this excludes all folders
},
"workbench.tree.indent": 23,
"workbench.list.smoothScrolling": true,
}