wallets

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2021 License: MIT Imports: 0 Imported by: 0

README

WALLETS

This is a small tool for tracking wallets for indexed funds.

Download

WALLETS is avaliable to download here.

Build

  1. Download and install Go
  2. Download and install Task
  3. Clone this repository
  4. Run task clean && task

Running WALLETS

  1. Run ./dist/server serve
  2. Navigate to 127.0.0.1:9090

WALLETS uses a small database to store your wallet information. That database is a file called wallets.db by default and it is placed next to the server also by default. You can customized it by using the server options.

Server options

The server has some options that helps you to customize the execution.

./dist/server --help
Wallet tracking webapp & server :: v0.0.1

Usage:
  serve [flags]

Flags:
      --bind string       ip to bind the server (default "127.0.0.1")
      --database string   path where resides the database (default "wallet.db")
      --debug             debug
  -h, --help              help for serve
      --port int          port to listen connection from (default 9090)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL