axie-tools
Version:
TypeScript library and CLI tool for interacting with Axie Infinity marketplace and NFTs on Ronin network. Features marketplace operations (buy/sell/delist), batch transfers, and wallet information.
21 lines (20 loc) • 444 B
JSON
{
"name": "axie-tools-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-tools": "^1.6.0",
"dotenv": "^16.3.1",
"ethers": "^6.13.4"
}
}