Skip to content

dwi/axie-mass-lister-delister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App.Axie Mass Lister/Delister

A very simple command-line tool for mass managing App.Axie marketplace listings, built with TypeScript and Ethers.js.

This tool was created in 2 hours as a bounty for ak. For more details, see the original tweet.

Features

  • List Axies on the marketplace from a CSV file for a specific price
  • Cancel all active listings (using batch transfer to self)

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/dwi/axie-mass-lister-delister
    cd axie-mass-lister-delister
  2. Install dependencies:

    npm install
    pnpm i
    yarn
    bun i
  3. Copy the .env.example file to .env:

    cp .env.example .env
  4. Fill in the values:

    PRIVATE_KEY=your_ronin_wallet_private_key
    ACCESS_TOKEN=your_app.axie_access_token
    SKYMAVIS_DAPP_KEY=your_skymavis_api_key (optional)

Usage

Run the script using:

npm run start
pnpm start
yarn start
bun start

Possible Future Improvements

  • Implement multicall to check Axie ownerships in batch instead of one by one
  • Utilize aliases to retrieve more than 100 listed Axies at once
  • Support auction listings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published