Login
Discover
Waves
Decks
Plus
Login
Signup
JIN SEONG KIM
@blowist
25
Followers
126
Following
0
Resource Credits
Available
Used
Created
September 16, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
blowist
eos
2018-09-25 14:37
using docker
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
$ 0.000
0
1
blowist
eos
2018-09-18 15:13
simple.token Action 구현
#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
$ 0.000
0
blowist
eos
2018-09-18 15:08
simple.token.hpp Table 정의
#include <eosiolib/eosio.hpp> #include<string> #include <eosiolib/asset.hpp> using namespace eosio; class token : public eosio::contract { private : // @abi table accounts struct account
$ 0.000
1
blowist
eosio
2018-09-16 15:00
eosio build
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
$ 0.000
5
2