init
Showing
.gitignore
0 → 100644
README.md
0 → 100644
contracts/AddressStorage.sol
0 → 100644
contracts/Distribution.sol
0 → 100644
contracts/Witness.sol
0 → 100644
hardhat.config.js
0 → 100644
key.abi
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-toolbox": "^4.0.0", | ||
"@nomiclabs/hardhat-etherscan": "^3.1.8", | ||
"@openzeppelin/contracts": "^5.0.1", | ||
"dotenv": "^16.3.2", | ||
"hardhat": "^2.19.4" | ||
} | ||
} |
scripts/deploy.js
0 → 100644
test/Lock.js
0 → 100644
Please register or sign in to comment