All Projects → beykery → willwallet

beykery / willwallet

Licence: Apache-2.0 license
以太坊钱包

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to willwallet

hd-address
An extensible HD Wallet Address management utility
Stars: ✭ 22 (+29.41%)
Mutual labels:  wallet, mnemonic
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (+47.06%)
Mutual labels:  wallet, mnemonic
ethereum-hdwallet
CLI and Node.js library for Ethereum HD Wallet derivations from mnemonic
Stars: ✭ 44 (+158.82%)
Mutual labels:  wallet, mnemonic
wallet-eos
wallet-eos EOS钱包 助记词 私钥 转账
Stars: ✭ 28 (+64.71%)
Mutual labels:  wallet, mnemonic
anyl-wallet
🏦 Anyl Embedded Wallet for Internet of Things
Stars: ✭ 28 (+64.71%)
Mutual labels:  wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+41.18%)
Mutual labels:  wallet
speckle-browser-extension
Universal browser extension for Web 3 and the Polkadot ecosystem
Stars: ✭ 28 (+64.71%)
Mutual labels:  wallet
xdagj
XDAGJ is an implementation of XDAG in Java. https://xdag.io
Stars: ✭ 81 (+376.47%)
Mutual labels:  mnemonic
BitGen
Bitcoin wallet generator and scrapper
Stars: ✭ 87 (+411.76%)
Mutual labels:  wallet
android-wallet
📱 X-Cash mobile wallet for Android phones
Stars: ✭ 22 (+29.41%)
Mutual labels:  wallet
frontend-moon-wallet
Lightweight & user-friendly crypto wallet
Stars: ✭ 46 (+170.59%)
Mutual labels:  wallet
cryptaddress.now
A minimal service to detect which cryptocurrency an address corresponds to.
Stars: ✭ 23 (+35.29%)
Mutual labels:  wallet
covidpass
Web app for adding EU Digital COVID Certificates to your wallet apps
Stars: ✭ 1,228 (+7123.53%)
Mutual labels:  wallet
minter-go-sdk
Minter Blockchain Golang SDK, 💳 wallet, 🧾 transactions, gRPC and HTTP clients 🌐 https://t.me/MinterGoSDK
Stars: ✭ 12 (-29.41%)
Mutual labels:  wallet
CryptoLuKa
LuKa's Official Repository
Stars: ✭ 37 (+117.65%)
Mutual labels:  wallet
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+1382.35%)
Mutual labels:  wallet
seedQuest
A 3D Visual Mnemonic Game for Key Recovery
Stars: ✭ 54 (+217.65%)
Mutual labels:  mnemonic
iconex chrome extension
ICONex Desktop Wallet
Stars: ✭ 49 (+188.24%)
Mutual labels:  wallet
BoAT-X-Framework
BoAT-X Blockchain Application Framework for IoT
Stars: ✭ 814 (+4688.24%)
Mutual labels:  wallet
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications.
Stars: ✭ 964 (+5570.59%)
Mutual labels:  wallet

willwallet

以太坊钱包

坐标

<dependency>
     <groupId>org.beykery</groupId>
     <artifactId>willwallet</artifactId>
     <version>1.0.5</version>
   </dependency>

使用

         WillWallet wa = WillWallet.createWithMnemonic(null, "m/44'/60'/0'/0/0");
         String mnemonic = wa.getMnemonic();
         String pk = wa.getPrivateKey();
         String addr = wa.getAddress();

         System.out.println(mnemonic);
         System.out.println(pk);
         System.out.println(addr);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].