Add blockchain directory for working on related projects

+ Add sample Solidity project template, README instructions
This commit is contained in:
2021-05-03 14:46:36 -04:00
parent 8817a594be
commit e585f18359
9 changed files with 19029 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "upgradeable-ERC20",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Shaun Reed",
"license": "ISC",
"devDependencies": {
"@openzeppelin/contracts": "^4.1.0",
"@truffle/hdwallet-provider": "^1.3.0",
"truffle": "^5.3.4"
}
}