A headless wallet service that runs as a daemon process within your data center. Securely manage private keys and send payments on any peer-to-peer network.
Quick installation on macOS with Homebrew package manager.
brew tap anypay/walletbot
brew install walletbot
Install globally via npm for Node.js environments.
npm install -g @anypay/walletbot
Run as an isolated container in your infrastructure.
docker run anypay/walletbot
Maintain full control of your private keys while enabling automated payments.
Send payments across multiple blockchain networks from a single service.
Simple CLI interface and Node.js SDK for seamless integration.
Start sending automated payments with just a few lines of code.
import { WalletBot } from '@anypay/walletbot'
const walletBot = new WalletBot({
seed_phrase: "your twelve word seed phrase",
auth_token: "your-anypay-api-token"
})
walletBot.start()
Get started with WalletBot today and streamline your crypto operations.