wildcard-sdk
Version:
Node.js SDK for interacting with the Wildcard Deployer contract
44 lines (27 loc) • 1.03 kB
Markdown
# Wildcard Deployer SDK
A TypeScript/JavaScript SDK for interacting with the Wildcard Deployer contract, enabling token launches, bonding curve trading, and fee management.
## Features
- 🚀 **Token Launching**: Deploy new tokens with bonding curves
- 📈 **Trading**: Buy and sell tokens on bonding curves
- 💰 **Fee Management**: Claim accumulated fees
- 📊 **Quotes**: Get accurate buy/sell quotes
- 🔧 **TypeScript Support**: Full type safety and IntelliSense
- ⚡ **Easy Integration**: Simple and intuitive API
## Running examples
```bash
pnpm install
PRIVATE_KEY=$PRIVATE_KEY ts-node examples/basic-usage.ts
```
## Installation
```bash
pnpm install wildcard-sdk
```
## Examples
See the `examples/` directory for complete usage examples:
- `basic-usage.ts` - Complete SDK usage examples
## License
BUSL-1.1
## Support
For issues and questions, please open an issue on the GitHub repository.
## Contributing
Contributions are welcome! Please read the contributing guidelines before submitting PRs.