Atomic swap, orderbook implemented
Showing
.gitignore
0 → 100644
.secret
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
contracts.txt
0 → 100644
hardhat.config.js
0 → 100644
models/txns.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "finalproject", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-toolbox": "^2.0.0", | ||
"hardhat": "^2.12.2" | ||
}, | ||
"dependencies": { | ||
"ejs": "^3.1.8", | ||
"mongodb": "^4.12.0", | ||
"mongoose": "^6.7.2", | ||
"morgan": "^1.10.0", | ||
"web3": "^1.8.1" | ||
} | ||
} |
public/background.jpg
0 → 100644
584 KB
public/script.js
0 → 100644
public/style.css
0 → 100644
public/web3.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/web3.min.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
scripts/deployeth.js
0 → 100644
scripts/deployont.js
0 → 100644
views/index.ejs
0 → 100644
views/orderbook.ejs
0 → 100644