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,8 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};