integration test: initial commit

This commit is contained in:
ramil
2021-04-16 16:57:11 +03:00
parent 31cbaec567
commit 141b3eaffe
9 changed files with 27342 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "contract",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"hardhat": "^2.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0"
}
}