Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
/ wm Public archive

Command LIne Project, wallet maker with html , rest, just

Notifications You must be signed in to change notification settings

coti-z/wm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Maker (wm)

This Repository is just that make mnemonic wallet in rest, html, just(command)

Build Status Go Report Card GoDoc

requirement

you should install go

INSTALL

go get github.com/tetgo/wm

CLI

usage: chat [<flags>] <command> [<args> ...]

A command-line mnemonic application.

Flags:
  --help              Show context-sensitive help (also try --help-long and --help-man).
  --server=127.0.0.1  Server address

Commands:
  help [<command>...]
    Show help.

  just --justPassphrase=JUSTPASSPHRASE --entropy=ENTROPY
    Just make wallet

  html [<flags>]
    Start html

  rest [<flags>]
    Start rest
    

EXAMPLE

# install
go get github.com/tetgo/wm

# help check
wm --help

## html start, and you check html souce code and folder structure of html 

# html start
wm html 
# html start with setting set port
wm html --port=8000


# rest start, 
wm rest

# rest start with setting port
wm rest --port=8000

example, GIF REST

restapi

example, GIF HTML

html

CONTIBUTORS

You can always help with this project, so welcome!

About

Command LIne Project, wallet maker with html , rest, just

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages