EOSDevHelper is a cross-platform EOS PC wallet tool,which is developed by OracleChain.io.
EOSDevHelper是一个跨平台PC端EOS钱包工具,由OracleChain团队研发。
注意:此工具用于辅助智能合约开发,并不是真正的钱包,钱包功能仅用于开发测试,请不要将EOS主网私钥导入此工具中,安全性不能保证。
ATTENTION: This Tool is used for developing EOS smart contract, it is NOT a real EOS wallet. The wallet in this tool is testnet only, please do NOT import your EOS private keys.
- Overview 简介
- ENVIRONMENT 开发和使用环境
- Wallet Functions 钱包功能
- Account Functions 账号功能
- Contract Functions 合约功能
- Transaction Checker 交易核查
- About OracleChain 有关欧链
- LICENSE 版权
The EOSDevHelper program is a light weighted wallet build on EOSIO ecology. It provides private basic key store with encryptions, signature, validation functions, and etc. Developer can use this tool connect the EOSIO testnet, and test the wallet/account/contracts interface in a more convenient way.
EOS开发助手是一个建立在EOSIO生态上的钱包工具。它提供了基础的钱包功能,包含了私钥加密管理、签名校验模块。开发者可以使用EOS开发助手连接EOSIO网络,更便捷地对钱包、账号、合约接口等进行开发和测试。
Compile from source code/如何从源码编译:
MACOS、WINDOWS、UBUNTU
1. install QT >= 5.8
2. download our git repository.
git clone --recurse-submodules https://github.com/OracleChain/EOSDevHelper.git
3. open Qt Creator and choose "Open Project", select the "src/EOSDevHelper.pro" and open
4. select Build from QT menu and Run it.
For ubuntu, if build with errors like
connot find -lGL
, this means the openGL development library is missing. Just using this command to install:sudo apt-get install build-essential libgl1-mesa-dev
DOWNLOAD & TRY/下载试用
Version | MD5 |
---|---|
WINDOWS v3.0(compliant with v1.0.0) | be0842924bda192167f3cfdf6198d900 |
WINDOWS_v2.0(compliant with dawn-v4.0.0) | 233597e64da072fb7ed95a4a61af6aa5 |
MAC_OSX_v2.0(compliant with dawn-v4.0.0) | fe5a84a76e274169d7edb8af141b02f8 |
UBUNTU_v2.0(compliant with dawn-v4.0.0) | 478a115eeab9578223120a33b58e33d3 |
WINDOWS_v1.0(compliant with DAWN-2018-04-27-ALPHA) | aa0539bddc17007fb47938b5ff9c80c6 |
MAC_OSX_v1.0(compliant with DAWN-2018-04-27-ALPHA) | 65e580e2372646a99af9a4f0d14e4340 |
UBUNTU_v1.0(compliant with DAWN-2018-04-27-ALPHA) | d20869f374cdd6fc39ed842114ad658c |
For Ubuntu: Tested on Ubuntu 16.04 x64, you should
chmod +x start.sh
, then use./start.sh
.
DEPENDENCYS/依赖库:
1.our ECDSA is based on micro-ecc
椭圆曲线算法实现来自micro-ecc
https://github.com/kmackay/micro-ecc
2.We build a Publicly Verifiable Secret Sharing on secp256k1 which is published by Schoenmakers on crypto99 conference.
我们在椭圆曲线secp256k1上实现了Schoenmakers在crypto99上提出的Publicly Verifiable Secret Sharing
https://github.com/songgeng87/PubliclyVerifiableSecretSharing
Any questions pls join our official Telegram Group below/相关问题反馈,请加欧链官方Telegram群组:
中文群:https://t.me/OracleChainChatCN
ENGLISH GROUP:https://t.me/OracleChainChat
根据交易原文和签名,验证链上某交易是否成立/Using the action message with its signature,we can check if a transaction is signed by the owener of a given public key.
As the world’s first application built on an EOS ecosphere, OracleChain needs to meet the demands of the Oracle (oracle machine) ecosystem by efficiently linking blockchain technology services with various real-life scenarios, thereby delving into this immense tens of billions of dollars valuation market.
OracleChain(欧链)作为全球第一个直面区块链生态Oracle(预言机)需求的基础应用,将区块链技术服务和现实生活中的多种需求场景直接高效对接,深耕这个百亿美金估值的巨大市场。
As a decentralized Oracle technology platform based on the EOS platform, the autonomous Proof-of-Reputation & Deposit mechanism is adopted and used as a fundamental service for other blockchain applications.In addition to Oracle services that provide real-world data to the blockchain, Oracle services that provide cross-chain data are also offered. Given that OracleChain can accomplish the functions of several prediction market applications, such as Augur and Gnosis, OracleChain can also support smart contract businesses that require high-frequency access to outside data in certain scenarios, such as Robo-Advisor.
OracleChain是一个多区块链的去中心化Oracle技术平台,采用自主的PoRD机制,将现实世界数据引入区块链,并将此作为基础设施为其他区块链应用提供服务。 OracleChain将在区块链内提供现实世界数据的Oracle服务,同时还可以提供跨链数据的Oracle服务。基于OracleChain除了能实现Augur、Gnosis等预测市场(Prediction Market)应用的功能之外,还能支撑对链外数据有更高频率访问需求的智能合约业务,比如智能投顾等场景。
OracleChain will nurture and serve those blockchain applications that change the real world. Our mission is to “Link Data, Link World,” with the aim of becoming the infrastructure linking the real world with the blockchain world.
OracleChain将改变当前区块链应用的开发模式,建立全新的生态圈,服务于真正能改变现实世界的区块链应用。
By achieving intra-chain and extra-chain data connectivity, we aspire to create a service provisioning platform that can most efficiently gain access to extra-chain data in the future blockchain world.
OracleChain的使命是“让世界与区块链互联”,立志成为链接现实世界与区块链世界的基础设施,通过把外部数据引入区块链来实现链内链外的数据互通,OracleChian将是未来区块链世界中最高效的获取链外数据的服务提供平台。
License
Released under GNU/LGPL Version 3