renaiss
v0.0.2
Published
Command-line tool for querying the Renaiss marketplace — graded trading cards (Pokemon, One Piece, and more).
Maintainers
Readme
renaiss
Command-line tool for querying the Renaiss marketplace — graded trading cards (Pokemon, One Piece, and more).
Early preview. Only read-only commands are available today.
Install
Run without installing:
npx renaiss --helpOr install globally:
npm install -g renaiss
renaiss --helpRequires Node.js 22 or newer.
Usage
Browse the marketplace
renaiss marketplace --search "charizard"
renaiss marketplace --category pokemon --limit 20Inspect a single card
renaiss card <tokenId>List and inspect card packs
renaiss packs
renaiss packs <slug>Run renaiss <command> --help for the full list of options.
Configuration
The CLI talks to https://api.renaiss.xyz by default. Override with:
export RENAISS_API_URL=https://your-api-hostLinks
- Source: https://github.com/Renaiss-Protocol/renaiss-cli
- Issues: https://github.com/Renaiss-Protocol/renaiss-cli/issues
License
MIT — see LICENSE.
