A TypeScript/JavaScript SDK for interacting with the Wildcard Deployer contract, enabling token launches, bonding curve trading, and fee management.
- 🚀 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
pnpm install
PRIVATE_KEY=$PRIVATE_KEY ts-node examples/basic-usage.ts
pnpm install wildcard-sdk
See the examples/
directory for complete usage examples:
basic-usage.ts
- Complete SDK usage examples
BUSL-1.1
For issues and questions, please open an issue on the GitHub repository.
Contributions are welcome! Please read the contributing guidelines before submitting PRs.