KhomerikiK / NestJS-BlockCypher-Wallet

crypto wallet using BlockCypher API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockCypherWallet

crypto wallet using BlockCypher API

installation/run

  1. npm install
  2. cp .env.example .env
  3. npm run start
  4. npm run start:dev (for development)

Available Functions

  1. Generate wallet.
  2. genrate address(with webhooks).
  3. create transaction.
  4. send transaction.
  5. get address balance

About

crypto wallet using BlockCypher API

License:MIT License


Languages

Language:TypeScript 100.0%