Add blockchain directory for working on related projects
+ Add sample Solidity project template, README instructions
This commit is contained in:
17
blockchain/eth/truffle-solidity/package.json
Normal file
17
blockchain/eth/truffle-solidity/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user