UNPKG

@codegame.dev/wallet-cli

Version:

A CLI tool for managing wallets across multiple blockchains, supporting operations like wallet creation, balance checking, transfers, and fee estimation.

10 lines (7 loc) 144 B
import dotenv from "dotenv" dotenv.config() export default { testEnvironment: "node", watch: false, testMatch: ["**/tests/**/*.test.js"] }