wallet

package module
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 1 Imported by: 0

README

Accumulate Core Wallet

Command-line interface

The CLI lives in ./cmd/accumulate. It can be run directly via go run ./cmd/accumulate, which builds to a temporary directory and executes the binary in one go. It can be built via go build ./cmd/accumulate, which creates accumulate or accumulate.exe in the current directory. It can be installed to $GOPATH/bin/accumulate ( GOPATH defaults to $HOME/go) via go install ./cmd/accumulate.

Graphical interface

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

To build a redistributable, production mode package, use wails build.

If you don't have wails installed, you can run go run github.com/wailsapp/wails/v2/cmd/wails [X] instead of wails [X].

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Assets embed.FS

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
internal
ledger/common/hexutil
Package hexutil implements hex encoding with 0x prefix.
Package hexutil implements hex encoding with 0x prefix.
ledger/usbwallet
Package usbwallet implements support for USB hardware wallets.
Package usbwallet implements support for USB hardware wallets.
pkg
tools

Jump to

Keyboard shortcuts

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