Initial commit
parents
Showing
.gitignore
0 → 100644
app.js
0 → 100644
env.example.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
| { | ||
| "scripts": { | ||
| "start": "node ./app.js" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^1.3.4", | ||
| "ethereumjs-common": "^1.5.2", | ||
| "ethereumjs-tx": "^2.1.2", | ||
| "ethers": "^5.7.2", | ||
| "web3": "^1.8.1" | ||
| }, | ||
| "type": "module" | ||
| } | 
server.js
0 → 100644
src/ERC20ABI.json
0 → 100644
src/axios.js
0 → 100644
utils/ethers.js
0 → 100644
utils/tool.js
0 → 100644
Please
register
or
sign in
to comment