How to use the Ledger with the Accumulate CLI
Clone the accumulate cli repo
git clone https://gitlab.com/accumulatenetwork/core/wallet.gitEnter Accumulate folder
cd walletRun Accumulate CLI
go run ./cmd/accumulateBuild Accumulate CLI
go build ./cmd/accumulateMake the project
makeRun make Accumulate command
make accumulateInstall go in accumulate folder
go install ./cmd/accumulateLedger device

Scan for a Ledger device using the CLI
Send token to a lite account.
1. Generate the Ledger key


4. Add credit


5. Send tokens

Get token balance
Last updated
Was this helpful?