0.0.4 • Published 8 months ago

@aibtc/agent-tools v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

AIBTC Agent Tools (TypeScript)

A collection of TypeScript tools for interacting with Bitcoin and Stacks.

This package provides utilities for wallet management, smart contract interactions, and blockchain operations.

Development

Installation

npm install @aibtc/agent-tools
or
yarn install @aibtc/agent-tools

Configuration

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

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Community