Skip to content

crbaa/wallet-gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octra Key and Wallet Generator

This software is released under the Octra Labs Proprietary Testnet License (All Rights Reserved).

  • Non-distributable: You may not fork, redistribute, or repurpose this code in other projects.
  • Testnet Only: Your use is strictly limited to Octra’s testnet phase, as authorized by Octra Labs.
  • No Warranties: This software is provided on an “AS IS” basis.

Generating a new wallet

git clone https://github.com/octra-labs/wallet-gen.git
cd wallet-gen
eval $(opam env)
opam install . --deps-only --yes
dune build --profile release
dune exec ./bin/main.exe

As a result you will get a binary file (encrypted wallet.oct) which has all your account info (don’t lose this file because you will need it to link your wallet address for using and signing in the test client as your terminal wallet)

Note: If you're getting errors during the build process, you can follow Step 1 of node_configuration instructions to prepare your environment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 95.1%
  • Dune 4.9%