mirror of
https://github.com/codex-storage/nim-ethers.git
synced 2025-02-10 18:37:07 +00:00
Add Hardhat based Ethereum testing node
This commit is contained in:
parent
bacca0562e
commit
97d509571e
1
testnode/.gitignore
vendored
Normal file
1
testnode/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
3
testnode/hardhat.config.js
Normal file
3
testnode/hardhat.config.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
solidity: "0.7.3",
|
||||
};
|
3107
testnode/package-lock.json
generated
Normal file
3107
testnode/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
9
testnode/package.json
Normal file
9
testnode/package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "hardhat-project",
|
||||
"devDependencies": {
|
||||
"hardhat": "^2.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npx hardhat node"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user