integration test: get block, tx, receipt, filter logs, code at

This commit is contained in:
ramil
2021-04-19 11:32:36 +03:00
parent 141b3eaffe
commit 3c57fa1064
14 changed files with 879 additions and 80 deletions
+4
View File
@@ -3,6 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"start": "HARDHAT_NETWORK=docker node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -10,6 +12,8 @@
"license": "ISC",
"description": "",
"dependencies": {
"@openzeppelin/contracts": "^4.0.0",
"fastify": "^3.14.2",
"hardhat": "^2.2.0"
},
"devDependencies": {