Heat Wallet

Heat Wallet

  • User Manual
  • Developers

›Server

User manual

  • Install the app
  • Getting Started
  • Create wallet
  • Import wallet
  • Spy on address
  • Paper/digital wallet
  • Receive crypto
  • Transfer crypto
  • Add currency
  • Balance staking

Developers

  • Developer info
  • Server

    • Add your coin
    • Plugin SDK
    • Fork SDK (non standard)
    • Network status
    • Network fee
    • Token discovery
    • Balance lookup
    • Event lookup
    • Event types
    • Utxo lookup
    • Transaction status
    • Alias lookup
    • Publickey lookup
    • Broadcast transaction

    App

    • Add your coin
    • Nodejs integrations
    • Wallet core (by Trust)

Add your coin

In order for the server to be able to index a blockchain a plugin is needed that translates blockchain RPC/API requests and responses.

The following info must be obtained to fully index any blockchain:

  • network status
  • network fee
  • token discovery
  • balance lookup
  • event lookup
  • utxo lookup
  • transaction status
  • forward and reverse alias lookup
  • public key lookup
  • any number of custom data points related to individual blockchains

In order to send transactions to the blockchain network plugins must also be able to send raw transactions and implement:

  • broadcast transaction

Plugin SDK

The plugin sdk is a module we've developed to assist in the creation and local testing of new blockchain plugins.

The sdk is a NodeJs/npm package that gives you a skeleton implementation of a complete plugin with unit tetsts.

Read more about the plugin sdk

Last updated on 9/9/2020
← Developer infoPlugin SDK →
  • Plugin SDK
Heat Wallet
Docs
Install the appCreate your first walletImport an existing walletDevelopers
Community
Project ChatTwitter
Available here
Copyright © 2020 Heat Ledger