<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 10:32:28 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@jimi2018/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[谢谢分享，安利个eos教程]]></title><description><![CDATA[EOS智能合约与DApp开发入门教程：]]></description><link>http://direct.ecency.com/eos/@jimi2018/5zdart-eos</link><guid isPermaLink="true">http://direct.ecency.com/eos/@jimi2018/5zdart-eos</guid><category><![CDATA[eos]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Thu, 23 Aug 2018 06:24:15 GMT</pubDate></item><item><title><![CDATA[柚子EOS开发环境搭建]]></title><description><![CDATA[本文主要介绍如何构建在EOS平台运行的DApp开发环境。 EOSIO构成组件 EOSIO是由三个component组成的。 nodeos:管理区块链节点的组件。 keosd：管理钱包的组件。 cleos：控制区块链和钱包CLI工具。 安装EOSIO 此文档以MacOS Darwin 10.12为基准。 在EOSIO的github库下载源码。 $ git clone --recursive]]></description><link>http://direct.ecency.com/blockchain/@jimi2018/eos</link><guid isPermaLink="true">http://direct.ecency.com/blockchain/@jimi2018/eos</guid><category><![CDATA[blockchain]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Fri, 27 Jul 2018 07:10:00 GMT</pubDate><enclosure url="https://images.ecency.com/p/mXkfdQ5uNnmaMowoybTg4tv2U9gTsGL2k3kMNUHEPfV4ngwfsRCz1wh1q3nmzovivZW1GQZCRHkyddEkwsGq6tLcaZpEPKhgCoDVpu7zN?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[java和android开发者如何使用web3j开发以太坊智能合约并进行交易的教程]]></title><description><![CDATA[从广义上讲，有web3j支持三种类型的以太坊交易： 1.以太币从一方交易到另一方 2.创建一个智能合约 3.与智能合约交易 为了进行这些交易，必须有以太币(以太坊区块链的代币)存在于交易发生的以太坊账户中。这是为了支付gas成本，这是为支付参与交易的以太坊客户端的交易执行成本，支付了这个成本就能将结果提交到以太坊区块链上。获得以太币的说明下文会说到。 此外，我们还可以查询智能合约的状态。 如何获得以太币Ether]]></description><link>http://direct.ecency.com/ethereum/@jimi2018/java-android-web3j</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/java-android-web3j</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Thu, 28 Jun 2018 06:02:12 GMT</pubDate><enclosure url="https://images.ecency.com/p/X37EMMe7x111GPM8zeJJfpiAsFb2RCDBTyjgDgmSUeugU5cy44pAYWUwqbt1CfZrfHvp8Zsd3iFYcfikVk9f4aCJxuSKJtT5VVFDQ?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[新手福利，EthBox以太坊开发套件，一键安装部署以太坊开发环境]]></title><description><![CDATA[EthBox是汇智网为了方便以太坊开发学习者快速安装本地开发环境而制作的开发套件，可以一键安装以下必备开发工具： nodejs：8.11.2 git：2.17.1.2 geth：1.8.10 ganache-cli：6.1.0 truffle：4.1.11 EthBox即支持采用仿真器进行快速开发验证，也支持使用标准 节点软件搭建私链测试，或接入公链进行部署。]]></description><link>http://direct.ecency.com/ethereum/@jimi2018/ethbox</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/ethbox</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Sat, 09 Jun 2018 04:59:42 GMT</pubDate><enclosure url="https://images.ecency.com/p/2dk2RRD83RyZBU66AS2ncudftnU9ZRAGhGmLYSqZCBiMBu2y17kxtmrbszYSgT2gu4BMkL5izHTJFasfYghaDY8qczVMye7H9FPF45LdN5u69wdjDe2ng1FcXjuzaS6huC6kM23rhZV7UqR6Er8xBdnqdUEtvAXDKMYCFX6nhd?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[什么是以太坊？什么是智能合约？]]></title><description><![CDATA[以太坊是一个分布式的计算平台。它会生成一个名为Ether的加密货币。程序员可以在以太坊区块链上写下“智能合约”，这些以太坊智能合约会根据代码自动执行。 以太坊是什么？ 以太坊经常与比特币相提并论，但情况却有所不同。比特币是一种加密货币和分布式支付网络，允许比特币在用户之间转移。 相关：什么是比特币？它是如何工作的？]]></description><link>http://direct.ecency.com/ethereum/@jimi2018/7v1rpd</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/7v1rpd</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Tue, 29 May 2018 09:34:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/2dk2RRD83RyZBU66AS2ncudftnU9ZRAGhGmLYSqZCBiMBu2y17kxtmrbszYSgT2gu4BMkL5izHTJjJPJCxuSwP21My8sTgoDchBSoGV3RD8sGWRW5o7owhb2ZQ8PbjETR3GKhtkSU4frXF8NJm66mQEqrWkMSjxt96Cw8Hc7sm?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[以太坊开发 之 DApp入门，如何使用智能合约搭建一个区块链投票系统。]]></title><description><![CDATA[第一节 概述 对于初学者，需要了解以太坊开发相关的基本概念，另外就是如何构建一个基于以太坊的完整去中心化应用例如一个区块链投票系统。 通过学习，你将掌握： 以太坊区块链的基本知识 开发和部署以太坊合约所需的软件环境 使用高级语言（solidity）编写以太坊合约 使用NodeJS编译、部署合约并与之交互 使用Truffle框架开发分布式应用 使用控制台或网页与合约进行交互 以太坊开发的前序知识要求]]></description><link>http://direct.ecency.com/ethereum/@jimi2018/dapp</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/dapp</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Wed, 21 Mar 2018 05:50:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/62PdCouTvNPE34tYcCj2vHSuCZ5iPpSwd3oj2rQjH3vPuGBGj2Q35oZCj2d4MpurFa1WTt2Lk4p6DwjNYoWGF7wcCT82v6BstqRiFhkYbA1z4Yw?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[适合区块链编程新手的以太坊开发教程]]></title><link>http://direct.ecency.com/ethereum/@jimi2018/x8gdm</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/x8gdm</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Sat, 17 Mar 2018 13:59:00 GMT</pubDate></item><item><title><![CDATA[推荐一个以太坊(Ethereum)DApp开发入门教程——区块链(blockchain)投票系统]]></title><description><![CDATA[推荐一个以太坊Dapp开发的入门教程给大家，以太坊占目前区块链开发的80%：]]></description><link>http://direct.ecency.com/ethereum/@jimi2018/ethereum-dapp-blockchain</link><guid isPermaLink="true">http://direct.ecency.com/ethereum/@jimi2018/ethereum-dapp-blockchain</guid><category><![CDATA[ethereum]]></category><dc:creator><![CDATA[jimi2018]]></dc:creator><pubDate>Tue, 13 Mar 2018 13:13:18 GMT</pubDate></item></channel></rss>