<?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>Thu, 16 Apr 2026 05:07:36 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@blowist/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[using docker]]></title><description><![CDATA[1)creating a contracts directory $ mkdir contracts $ cd contracts 2)Get the docker image $ docker pull eosio/eos 3)Boot Node and Wallet $docker run --name eosio --publish 7777:7777 --publish]]></description><link>http://direct.ecency.com/eos/@blowist/docker</link><guid isPermaLink="true">http://direct.ecency.com/eos/@blowist/docker</guid><category><![CDATA[eos]]></category><dc:creator><![CDATA[blowist]]></dc:creator><pubDate>Tue, 25 Sep 2018 14:37:45 GMT</pubDate></item><item><title><![CDATA[simple.token Action 구현]]></title><description><![CDATA[#include "simple.token.hpp" #include <eosiolib/eosio.hpp> #include <eosiolib/asset.hpp> void token::add_balance(account_name payer,account_name to,asset q,std::string memo){ _accounts]]></description><link>http://direct.ecency.com/eos/@blowist/simple-token-action</link><guid isPermaLink="true">http://direct.ecency.com/eos/@blowist/simple-token-action</guid><category><![CDATA[eos]]></category><dc:creator><![CDATA[blowist]]></dc:creator><pubDate>Tue, 18 Sep 2018 15:13:51 GMT</pubDate></item><item><title><![CDATA[simple.token.hpp Table 정의]]></title><description><![CDATA[#include <eosiolib/eosio.hpp> #include<string> #include <eosiolib/asset.hpp> using namespace eosio; class token : public eosio::contract { private : // @abi table accounts struct account]]></description><link>http://direct.ecency.com/eos/@blowist/simple-token-hpp-table</link><guid isPermaLink="true">http://direct.ecency.com/eos/@blowist/simple-token-hpp-table</guid><category><![CDATA[eos]]></category><dc:creator><![CDATA[blowist]]></dc:creator><pubDate>Tue, 18 Sep 2018 15:08:33 GMT</pubDate></item><item><title><![CDATA[eosio build]]></title><description><![CDATA[environment: google cloud flatform computer engine custom(vCPU 2ea, 8GB memory) CPU faltform: Intel Haswell 1.eosio BUILD at ubuntu 18.04 $ apt-get update $ apt-get install libcurl4-gnutls-dev libexpat1-dev]]></description><link>http://direct.ecency.com/eosio/@blowist/eosio-build</link><guid isPermaLink="true">http://direct.ecency.com/eosio/@blowist/eosio-build</guid><category><![CDATA[eosio]]></category><dc:creator><![CDATA[blowist]]></dc:creator><pubDate>Sun, 16 Sep 2018 15:00:33 GMT</pubDate><enclosure url="https://images.ecency.com/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iPZVP8sbxnzm6S4szvumxsuG2FkSAETHQvwNc2A6ZSvQmgzeDhdd9GkKpN5TahndCBAu3Fdz8EJ?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>