agent8453
v0.2.3
Published
Agent8453 one-command local wallet mint helper.
Downloads
466
Readme
agent8453
One-command local wallet mint helper for Agent8453.
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signatureThe command creates or reuses a local wallet, stores the private key at ~/.agent8453/wallet.json, shows the funding address, checks Base ETH and USDC balances, then automatically mints after the address is funded.
Default behavior:
- Creates a local EOA wallet if one does not exist.
- Never prints the private key.
- Shows the funding address and private key file path.
- Asks the user to fund Base ETH for gas and at least 10 USDC.
- Spends up to 100 USDC based on the funded address balance.
- Requests an AgentMint authorization from the Agent8453 signing API.
- Sends
USDC.approveonly after the signing API responds and the signer matches. - Sends
mintPrototypeSaleWithAgentwith an explicit gas limit sized for the expected NFT fulfillment. - Checks chain state after mint; if the order is still queued while distributable NFTs are available, sends one automatic
fulfillSaleOrdersfollow-up transaction.
Useful options:
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signature --watch
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signature --dry-run
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signature --max-usdc 50
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signature --mint-gas 7340000 --fulfill-gas 3720000
npx agent8453 MintSkill --contract 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d --api https://agent8453.com/api/agent-mint-signatureOfficial Base sale contract: 0xc6Cf5B5318a493ec80532A3852Da79Bb8279117d.
Agent8453 signing API: https://agent8453.com/api/agent-mint-signature.
