Skip to content

Agent tooling powered by Bun and Stacks.js, used by aibtcdev-backend as a submodule

Notifications You must be signed in to change notification settings

aibtcdev/agent-tools-ts

Repository files navigation

AIBTC Working Group Logo

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

About

Agent tooling powered by Bun and Stacks.js, used by aibtcdev-backend as a submodule

Topics

Resources

Stars

Watchers

Forks