Lunary is a beautifully designed, easy to use, secure and Open Source Ethereum Wallet for Android.
Google Play flavor requires own API key:
public class APIKey {
public static final String API_KEY = ""; // Enter your API Key obtained from Etherscan.io
}
Ethereum: 0xa9981a33f6b1A18da5Db58148B2357f22B44e1e0
GPL3
Visit us on /r/Lunary
分片原本是数据库设计中的一种概念,指将数据库中的数据分割成多个数据分片,让数据的读写可以并行处理。当进行搜索时,仅需访问特定分片即可获得搜索结果,减少了服务器访问压力,从而提高数据库性能。 在区块链中,分片指将区块链中的节点分成若干个组,每组节点组成一个分片。原先区块链中每个节点需要对网络中的每笔交易进行验证,分片后,每个节点仅需处理网络中的一小部分交易。各分片并行工作,从而实现对区块链的横向扩展
Ethereum wallet generator Simple script collection, currently in bash and python format, to generate a complete offline Ethereum wallet by creating an ECDSA keypair and derive its Ethereum address. Yo
Ethereum ETL Ethereum ETL lets you convert blockchain data into convenient formats like CSVs and relational databases. Do you just want to query Ethereum data right away? Use the public dataset in Big
Love-Ethereum If winter comes , can spring be far behind ? ( P. B. Shelley , British poet ) 区块链最大的问题就是人们理解区块链需要时间 | 版本说明 | 区块链 | 以太坊 | 区块链开源学习项目 | 补充资料| 参与贡献| Progress 版本说明 Frontier 简单的介绍区块链基础知识,通过阅读此
Presto Ethereum Connector Unleash the Power of Presto Interactive SQL Querying on Ethereum Blockchain Introduction Presto is a powerful interactive querying engine that enables running SQL queries on
awesome-ethereum Awesome Ethereum & Dapps Resources About Ethereum Ethereum What is Ethereum ? Github Wiki Wikipedia Blog Reddit Youtube Twitter Facebook Forum Github / Source codes Read the full user