Skip to content

etwallet/eos

 
 

Repository files navigation

EOSIO - The Most Powerful Infrastructure for Decentralized Applications

Build status

鉴于之前为了获取交易记录,添加了--filter-on后由于数据量太大导致节点经常挂,所以改用mysql保存数据,也方便后期对交易数据的管理。在这里把代码开源,方便大家使用,后期如有新版本也会持续跟进。下面是操作步骤:

  1. 安装 libsoci-dev库:sudo apt install libsoci-dev
  2. 重新编译:./eosio_build.sh
  3. cd build && make install
  4. 启动mysql服务,配置参数:需要配置mysql的db名称,host和端口,用户名,用户名密码,节点启动后会同步数据到mysql中

例如:nodeos --plugin eosio::sql_db_plugin --sql_db-uri "mysql://db=eosblock host=127.0.0.1 port=3306 user=root password=WXF2RLbS2psewO8IT7w=" --sql_db-block-start 0 --delete-all-blocks

  1. sudo apt install libsoci-dev
  2. ./eosio_build.sh
  3. cd build && make install
  4. add parameters: the db,host,port,user,password should be modified to your params.

Eg: nodeos --plugin eosio::sql_db_plugin --sql_db-uri "mysql://db=eosblock host=127.0.0.1 port=3306 user=root password=WXF2RLbS2psewO8IT7w=" --sql_db-block-start 0 --delete-all-blocks

Welcome to the EOSIO source code repository! This software enables businesses to rapidly build and deploy high-performance and high-security blockchain-based applications.

Some of the groundbreaking features of EOSIO include:

  1. Free Rate Limited Transactions
  2. Low Latency Block confirmation (0.5 seconds)
  3. Low-overhead Byzantine Fault Tolerant Finality
  4. Designed for optional high-overhead, low-latency BFT finality
  5. Smart contract platform powered by Web Assembly
  6. Designed for Sparse Header Light Client Validation
  7. Scheduled Recurring Transactions
  8. Time Delay Security
  9. Hierarchical Role Based Permissions
  10. Support for Biometric Hardware Secured Keys (e.g. Apple Secure Enclave)
  11. Designed for Parallel Execution of Context Free Validation Logic
  12. Designed for Inter Blockchain Communication

EOSIO is released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. Any security provided by the EOSIO software depends in part on how it is used, configured, and deployed. EOSIO is built upon many third-party libraries such as Binaryen (Apache License) and WAVM (BSD 3-clause) which are also provided “AS IS” without warranty of any kind. Without limiting the generality of the foregoing, Block.one makes no representation or guarantee that EOSIO or any third-party libraries will perform as intended or will be free of errors, bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems. If you use or implement EOSIO, you do so at your own risk. In no event will Block.one be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.

Block.one is neither launching nor operating any initial public blockchains based upon the EOSIO software. This release refers only to version 1.0 of our open source software. We caution those who wish to use blockchains built on EOSIO to carefully vet the companies and organizations launching blockchains based on EOSIO before disclosing any private keys to their derivative software.

There is no public testnet running currently.

Supported Operating Systems

EOSIO currently supports the following operating systems:

  1. Amazon 2017.09 and higher
  2. Centos 7
  3. Fedora 25 and higher (Fedora 27 recommended)
  4. Mint 18
  5. Ubuntu 16.04 (Ubuntu 16.10 recommended)
  6. Ubuntu 18.04
  7. MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended)

Resources

  1. eos.io website
  2. EOSIO Blog
  3. EOSIO Documentation Wiki
  4. EOSIO API Documentation
  5. EOSIO Developer Portal
  6. EOSIO StackExchange for Q&A
  7. Community Telegram Group
  8. Developer Telegram Group
  9. White Paper
  10. Roadmap

Getting Started

Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found on the Wiki for this GitHub repository.

Packages

No packages published

Languages

  • WebAssembly 48.1%
  • C++ 45.5%
  • CMake 2.0%
  • Python 1.7%
  • C 1.5%
  • Shell 1.1%
  • Perl 0.1%