update scripts
Showing
.gitignore
0 → 100644
contracts/bridge.sol
0 → 100644
This diff is collapsed.
contracts/testtoken.sol
0 → 100644
hardhat.config.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "testcontract", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "private": true, | |||
| "devDependencies": { | |||
| "@nomicfoundation/hardhat-toolbox": "^5.0.0", | |||
| "hardhat": "^2.24.0" | |||
| }, | |||
| "dependencies": { | |||
| "@openzeppelin/contracts": "^5.3.0", | |||
| "dotenv": "^16.5.0", | |||
| "fp-ts": "^2.16.11" | |||
| } | |||
| } |
scripts/deploy.js
0 → 100644
scripts/deploy.json
0 → 100644
scripts/setconfig.js
0 → 100644
Please register or sign in to comment