5 Commits

Author SHA1 Message Date
stxer
c65b7dbe71 feat: support clarity 4 2025-11-17 03:52:09 -06:00
stxer
4f61c4c4c8 feat: support multisig address 2025-09-13 04:52:49 -05:00
Kyle Fang
cc57ebcb92 feat: add clarity-api with type-safe contract interactions
- Introduced `clarity-api.ts` with type-safe methods for reading Clarity contract data
- Added `callReadonly`, `readMap`, and `readVariable` functions with strong typing
- Integrated with `BatchProcessor` for efficient blockchain reads
- Updated dependencies to use latest `clarity-abi` and `ts-clarity`
- Added sample usage demonstrating SIP-010 token interactions
- Exported new methods in `index.ts`
2025-02-23 14:22:15 +00:00
Kyle Fang
f6f84a04cd feat: update stx sdk to @stacks/ v7 2024-11-09 13:40:27 +00:00
Kyle Fang
6a94df99a7 feat: add basic stxer SDK 2024-09-24 04:15:23 +00:00