@earnwithalee/stx-contract
v1.0.0
Published
Premium SDK for interacting with Stacks smart contracts. Features high-level abstractions for Clarity contract calls, data parsing, and transaction monitoring.
Maintainers
Readme
@earnwithalee/stx-contract
Premium SDK for interacting with Stacks smart contracts.
🚀 Features
- Simplified Clarity Calls: Wrap binary data into easy-to-use JS objects.
- Network Agnostic: Seamlessly switch between Mainnet, Testnet, and Devnet.
- Type Safe: Fully written in TypeScript for the best developer experience.
- Vite/Next.js Ready: Optimized for modern frontend frameworks.
📦 Installation
npm install @earnwithalee/stx-contract🛠️ Quick Start
import { StxContractClient } from '@earnwithalee/stx-contract';
const client = new StxContractClient({ network: 'mainnet' });
// Example implementation coming soon🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📜 License
MIT © earnwithalee
