Nft minting works

This commit is contained in:
2022-01-23 01:18:18 +03:00
parent 11cf01c39d
commit 7f4c9bcd79
5 changed files with 1705 additions and 15176 deletions

View File

@@ -5,13 +5,15 @@
"main": "index.js",
"type": "module",
"scripts": {
"run": "node index.js"
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@svgdotjs/svg.js": "^3.1.1",
"axios": "^0.25.0",
"dotenv": "^14.2.0",
"rarepress": "^0.1.7"
"rareterm.node": "^0.0.10",
"svgdom": "^0.1.10"
}
}