Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelkernaghan/asparagus-nft-manager

Typescript project to autonomously manage listing sales and burning of NFTs on Tezos and Cosmos/Stargaze written by Claude Sonnet pairing with me to do ALL the work.
https://github.com/michaelkernaghan/asparagus-nft-manager

Last synced: 30 days ago
JSON representation

Typescript project to autonomously manage listing sales and burning of NFTs on Tezos and Cosmos/Stargaze written by Claude Sonnet pairing with me to do ALL the work.

Awesome Lists containing this project

README

        

# Asparagus NFT Manager

![alt text](8755e0a2-1782-4b48-bb92-801b887cfab1.webp)

A multi-chain NFT management system supporting Tezos and Stargaze networks. This tool helps manage, monitor, and automate NFT sales across different blockchain platforms.

## Features

- Multi-chain support (Tezos, Stargaze)
- NFT portfolio management
- Market data analysis
- Automated listing management
- Price optimization suggestions

## Setup

1. Clone the repository:
```bash
git clone https://github.com/yourusername/asparagus-nft-manager.git
cd asparagus-nft-manager
```

2. Install dependencies:
```bash
npm install
```

3. Configure environment variables:
```bash
cp .env.example .env
# Edit .env with your configuration
```

4. Start the development server:
```bash
npm run dev
```

## Development

- `npm run build`: Build the project
- `npm run start`: Start the production server
- `npm run dev`: Start the development server
- `npm run test`: Run tests

## License

MIT License

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.