EOS 安装本地环境

简介: EOS 安装本地环境

EOS install

  • git clone https://github.com/EOSIO/eos --recursive
  • cd eos/
  • ./eosio_build.sh
  • vim ~/.local/share/eosio/nodeos/config/config.ini
  • enable-stale-production = true
  • producer-name = eosio
  • plugin = eosio::producer_plugin
  • plugin = eosio::wallet_api_plugin
  • plugin = eosio::chain_api_plugin
  • plugin = eosio::http_plugin

EOS run

  • ./nodeos --http-server-address=0.0.0.0:8888
  • cd build/programs/cleos
  • ./cleos wallet create key
  • ./cleos create account eosio slagga public_key
  • ./cleos get account slagga
相关文章
|
23天前
|
Windows Python
【Azure 批处理 Azure Batch】在Azure Batch中如何通过开始任务自动安装第三方依赖的一些软件(Windows环境)
【Azure 批处理 Azure Batch】在Azure Batch中如何通过开始任务自动安装第三方依赖的一些软件(Windows环境)
|
30天前
|
开发框架 Unix Linux
LangChain 构建问题之在Unix/Linux系统上设置OpenAI API密钥如何解决
LangChain 构建问题之在Unix/Linux系统上设置OpenAI API密钥如何解决
32 0
|
移动开发 并行计算 IDE
【MASK-RCNN配置】Windows环境下配置完整方案
一、配置python环境 1下载Python Python Releases for Windows | Python.org 2下载PyCharm Download PyCharm: Python IDE for Professional Developers by JetBrains 2.OpenCV_Python 软件环境的搭建:为人脸检测,人脸采集,人眼检测项目做准备_哔哩哔哩_bilibili ............
332 0
|
区块链 容器 芯片
|
区块链
EOS节点搭建
EOS节点搭建
254 0
|
区块链
EOS 智能合约开发实践(一)EOS钱包的简单使用
##EOS介绍: EOS,全称Enterprise Operation System,即商用分布式操作系统。EOS是一种全新的区块链架构,旨在实现分布式应用的性能扩展。注意,它并不是像比特币和以太坊那样的货币,而是基于EOS软件项目之上发布的代币,被称为区块链3.0。 ![eos (1).png](http://ata2-img.cn-hangzhou.img-pub.aliyun-inc
1278 0