A collection of TypeScript tools for interacting with Bitcoin and Stacks.
This package provides utilities for wallet management, smart contract interactions, and blockchain operations.
npm install @aibtc/agent-tools
or
yarn install @aibtc/agent-tools
Create an .env
file in your project root:
NETWORK=testnet # or mainnet
MNEMONIC=your-mnemonic-phrase # full wallet control
ACCOUNT_INDEX=0 # select account in wallet
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Discord: Join our community
- Twitter: @aibtcdev
- Docs: AIBTC docs