Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelkernaghan/asparagus-nft-manager
- Owner: michaelkernaghan
- Created: 2024-12-02T23:32:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T01:14:07.000Z (about 1 month ago)
- Last Synced: 2024-12-04T02:20:01.234Z (about 1 month ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.