All Projects → QuincySx → Blockchainwallet Crypto

QuincySx / Blockchainwallet Crypto

Licence: gpl-3.0
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Blockchainwallet Crypto

Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-22.95%)
Mutual labels:  blockchain, ethereum, bitcoin, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-1.64%)
Mutual labels:  blockchain, ethereum, bitcoin, wallet
Ethereumkit
EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
Stars: ✭ 400 (+118.58%)
Mutual labels:  blockchain, ethereum, bitcoin, wallet
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+308.2%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Blockchain
区块链技术
Stars: ✭ 28 (-84.7%)
Mutual labels:  ethereum, bitcoin, wallet, eos
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-72.13%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Token Core Android
a blockchain private key management library on android
Stars: ✭ 613 (+234.97%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+412.02%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Token Core Ios
a blockchain private key management library on iOS
Stars: ✭ 850 (+364.48%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-79.78%)
Mutual labels:  blockchain, ethereum, bitcoin, eos
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-9.84%)
Mutual labels:  blockchain, ethereum, bitcoin, wallet
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-23.5%)
Mutual labels:  blockchain, ethereum, wallet
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-24.04%)
Mutual labels:  blockchain, ethereum, bitcoin
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1491.26%)
Mutual labels:  blockchain, ethereum, bitcoin
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-25.68%)
Mutual labels:  ethereum, bitcoin, wallet
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-22.95%)
Mutual labels:  blockchain, ethereum, bitcoin
Study Blockchain Referrence
区块链学习路上的一些资料作为参考
Stars: ✭ 172 (-6.01%)
Mutual labels:  blockchain, ethereum, bitcoin
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-25.68%)
Mutual labels:  blockchain, ethereum, eos
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-22.4%)
Mutual labels:  blockchain, bitcoin, wallet
Ebtc
eBitcoin (eBTC) is an ERC20 token. Its primary utility is to provide an easy & fast payment solution. Its edge over other tokens is that it is capable of sending up to 255 payments in a single transaction.
Stars: ✭ 149 (-18.58%)
Mutual labels:  blockchain, ethereum, bitcoin

BlockchainWallet-Crypto

长时间不维护可移步 https://github.com/QuincySx/ChainWallet

简介

这个库到底能干什么
  1. 生成比特币公私钥地址
  2. 生成以太坊公私钥地址
  3. 根据 UTXO 信息打包比特币交易
  4. 根据 nonce 信息打包以太坊交易
  5. 对比特币交易进行签名
  6. 对以太坊交易进行签名
  7. 支持 BIP39 助记词
  8. 支持 BIP32 子私钥
  9. 支持 BIP44 多币种管理
  10. 支持 BIP38 加密私钥导入导出
  11. 支持以太坊 keystore 导入导出
  12. 生成以太坊调用智能合约的参数
  13. 生成 EOS 公私钥

EOS 从助记词生成私钥

现在 EOS 从助记词生成私钥有两种方式

  1. 12 个助记词之间用空格隔开拼接成字符串,然后 Hash 得到私钥
  2. 采用 Bip44 标准的生成方案,EOS 的币种序号详见最下方⎡相关资料⎦中的⎡Bip44 注册币种列表⎦

经过国内大部分钱包商议统一使用第二种方案解决 EOS 从助记词生成私钥的问题

欢迎给位提设计上的 lssues 和 pr

引入项目

allprojects {
  repositories {
    ...
		maven { url 'https://jitpack.io' }
  }
}
  
dependencies {
  implementation 'com.github.QuincySx:BlockchainWallet-Crypto:last-version'
}

使用说明

简单使用说明

相关资料

Bip44 注册币种列表

LICENSE

开源协议

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].