axie-ronin-ethers-js-tools
Version:
A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.
21 lines (20 loc) • 448 B
JSON
{
"name": "marketplace-examples",
"version": "1.0.0",
"description": "Axie Infinity ether js marketplace examples",
"author": {
"name": "Alex Pedersen",
"email": "hello@alexpedersen.dev",
"url": "https://alexpedersen.dev"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"license": "ISC",
"dependencies": {
"axie-ronin-ethers-js-tools": "^1.5.0",
"dotenv": "^16.3.1",
"ethers": "^5.7.0"
}
}