wildcard-sdk
v3.1.7
Published
Node.js SDK for interacting with the Wildcard Deployer contract
Maintainers
Readme
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
pnpm install
PRIVATE_KEY=$PRIVATE_KEY ts-node examples/basic-usage.tsInstallation
pnpm install wildcard-sdkExamples
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.
