Skip to content

LoranceChen/neo-wallet-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoWalletTool

Features

  • 查找钱包地址的所有utxo
    • API: http://localhost:8084/utxos/{Address}
  • 查找钱包地址的所有交易记录
    • API: http://localhost:8084/transaction-history/{Address}?beginTime={timestamp}
  • 各种token的基本信息
    • API: http://localhost:8084/assets

Dependency

Install & Run

  • install elixir
  • init project
    • mix deps.get
  • init mysql
    • edit config file: apps/neo_wallet_web/config/config.exs
      • mysql connection
      • cowboy_port: the app listening port
      • neo_server: neo http rpc server address
    • create database: mix ecto.create
    • init database: mix ecto.migrate
  • run server: iex -S mix

About

auxiliary NEO node support more features for wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages