Skip to content

LambdaIM/lambdatool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambdatool

Command line tool of Lambda Blockchain.

Features

  1. AES encryption and decryption
  2. Conversion between lambvaloper and 0x prefix address
  3. Calculate the MD5 value of file
  4. Supports 64-bit Linux, MacOS, Windows by default

Compile (x86_64)

Linux

GOOS=linux GOARCH=amd64 go build -ldflags '-s -w' -o lambdatool

Windows

GOOS=windows GOARCH=amd64 go build -ldflags '-s -w' -o lambdatool.exe

MacOS

GOOS=darwin GOARCH=amd64 go build -ldflags '-s -w' -o lambdatool

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages