create account

Agoric Systems Steem account creation faucet code is now Open Source by agoric.systems

View this thread on: hive.blogpeakd.comecency.com
· @agoric.systems · (edited)
$570.09
Agoric Systems Steem account creation faucet code is now Open Source
https://steemitimages.com/DQmRbMsfUgays3KNqytAz4qbrofUt9h8rC4gBt81GLiSWLA/619A6873.jpg

- What is the project about?
https://agoric.co, the official website of @agoric.systems with a built in Steem account creation faucet has been open sourced. It uses unique codes printed on physical slips to allow a Steem account to be created using the account @agorian as the registrar. @buildteam expressed interest in using our code to drive their own Steem invite voucher project, so we have decided to finally open source the project. You can access the Github repository [here](https://github.com/agoric-systems/agoric.co).

- Technology Stack
Python 3.5, Flask, SQLAlchemy, steem-python, MySQL.

- Roadmap
We are opening the code to the community so that others may benefit from our work or use it as a starting point, as we will be focusing on other projects.

- How to contribute?
The code is free to use for commercial purposes. Pull requests to our repo will be reviewed and merged if it makes sense. 

Check out the instructions  below (also in README.md) to hack on our code.

```
# Running the web app locally for development on macOS

1) Download virtualenv / virtualenvwrapper.sh and create 
a new virtualenv. 

Using homebrew, this can be done with the following commands:

> brew install virtualenvwrapper.sh


2) Next, we want to create a new virtualenv using Python 3.5+.

On macOS the following env variables are necessary. 
You can set them by adding them to your ~/.profile

export WORKON_HOME=~/.venvs
export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python3
source /usr/local/bin/virtualenvwrapper.sh
export PATH=/usr/local/bin:$PATH
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
export FLASK_APP=agoricco
export FLASK_DEBUG=1


3) Now the virtualenv can be created.

> mkvirtualenv agoricco


4) Your prompt should say (agoricco) now.

5) Clone the project's git repo somewhere.

> git clone git@github.com:agoric-systems/agoric.co.git

6) Next, change into the project's directory.

> cd agoricco

7) Install the python dependencies.

> pip install -r requirements.txt

8) Change directory again into the agoricco directory
 and start the flask app.

> flask run

9) If you need to activate the virtualenv  again in the future:

> workon agoricco
```

Don't hesitate to contact @robrigo with any questions, or if you'd like us to send some scrips your way. 

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@agoric.systems/agoric-systems-steem-account-creation-faucet-code-is-now-open-source">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 109 others
πŸ‘Ž  , , , ,
properties (23)
authoragoric.systems
permlinkagoric-systems-steem-account-creation-faucet-code-is-now-open-source
categoryutopian-io
json_metadata{"community":"utopian","app":"steemit/0.1","format":"markdown","repository":{"id":118121351,"name":"agoric.co","full_name":"agoric-systems/agoric.co","html_url":"https://github.com/agoric-systems/agoric.co","fork":false,"owner":{"login":"agoric-systems"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","agoric","python","development","steem"],"users":["agoric.systems","agorian","buildteam","robrigo"],"image":["https://steemitimages.com/DQmRbMsfUgays3KNqytAz4qbrofUt9h8rC4gBt81GLiSWLA/619A6873.jpg"],"links":["https://agoric.co","https://github.com/agoric-systems/agoric.co","https://utopian.io/utopian-io/@agoric.systems/agoric-systems-steem-account-creation-faucet-code-is-now-open-source"],"moderator":{"account":"helo","time":"2018-01-20T16:59:50.493Z","reviewed":true,"pending":false,"flagged":false}}
created2018-01-20 16:50:24
last_update2018-01-20 18:29:39
depth0
children38
last_payout2018-01-27 16:50:24
cashout_time1969-12-31 23:59:59
total_payout_value427.802 HBD
curator_payout_value142.287 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,697
author_reputation7,133,084,651,732
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,904,833
net_rshares62,409,702,288,727
author_curate_reward""
vote details (178)
@adityabhat ·
$1.85
How does this work? I do not understand.
πŸ‘  
properties (23)
authoradityabhat
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t183133176z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 18:31:33
last_update2018-01-20 18:31:33
depth1
children4
last_payout2018-01-27 18:31:33
cashout_time1969-12-31 23:59:59
total_payout_value1.674 HBD
curator_payout_value0.174 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation413,674,975,747
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,925,407
net_rshares162,403,649,315
author_curate_reward""
vote details (1)
@robrigo ·
The github for this project is available here: https://github.com/agoric-systems/agoric.co

You need to be given agoric scrip invite slips to get a code. This post is for those that would like to set up their own invite slip distribution using the same web application code.

If you want some agoric scrip, you need to send a mailing address to me. You can DM me on steemit.chat or telegram.
πŸ‘  
properties (23)
authorrobrigo
permlinkre-adityabhat-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t184527938z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://github.com/agoric-systems/agoric.co"],"app":"steemit/0.1"}
created2018-01-20 18:45:27
last_update2018-01-20 18:45:27
depth2
children3
last_payout2018-01-27 18:45:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length391
author_reputation36,085,196,360,202
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,927,921
net_rshares322,431,937
author_curate_reward""
vote details (1)
@adityabhat ·
What I mean is that I do not understand what this code is for and I would like to know how this entire thing works. Can you explain?
properties (22)
authoradityabhat
permlinkre-robrigo-re-adityabhat-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t202333884z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 20:23:33
last_update2018-01-20 20:23:33
depth3
children2
last_payout2018-01-27 20:23:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation413,674,975,747
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,945,298
net_rshares0
@artax89 ·
I didnΒ΄t get it very well the mean of this... are trying to create a steem faucet?

Regalame un upvote no perderΓ‘s un dedo te lo garantizo!!! Give me an upvoe please you will not lose a finger!!! i guarantee! https://steemit.com/art/@artax89/do-you-like-my-conceptual-art-if-it-is-please-help-me-and-give-me-an-up-voted
properties (22)
authorartax89
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180123t034208901z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/art/@artax89/do-you-like-my-conceptual-art-if-it-is-please-help-me-and-give-me-an-up-voted"],"app":"steemit/0.1"}
created2018-01-23 03:42:06
last_update2018-01-23 03:42:06
depth1
children0
last_payout2018-01-30 03:42:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length319
author_reputation372,189,670,451
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,545,303
net_rshares0
@braxton101 ·
Wow that is a detailed project. Good work. I hope many new people join because of you!
properties (22)
authorbraxton101
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t182840320z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 18:28:39
last_update2018-01-20 18:28:39
depth1
children0
last_payout2018-01-27 18:28:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation5,211,856,126,324
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,924,863
net_rshares0
@christinb ·
Nice article
properties (22)
authorchristinb
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t165709595z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 16:57:18
last_update2018-01-20 16:57:18
depth1
children0
last_payout2018-01-27 16:57:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation251,519,740,777
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,906,271
net_rshares0
@creatr ·
Hello @agoric.systems,

You are one of my Steemit witnesses, and as such I hope you'll pardon this off-topic contact.

I'm here to inform you of a fantastic opportunity to promote STEEM.

Please check out the information in my article:

<H3>[**STEEM On Netcoins Contest: EVERYbody Wins!**](https://steemit.com/steem/@creatr/steem-on-netcoins-contest-everybody-wins-details-inside-fe3f4faa7062fest)</H3>

I'm not looking for your vote or reSteem...

I *am* asking you to take action to promote this!
It seems clear to me that it will benefit the entire Steemit community.

Thank you in advance for your consideration!

πŸ˜„πŸ˜‡πŸ˜„
<a href="https://steemit.com/a/@creatr/b" target="_blank">
  <img src="https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif" alt="@creatr" style="border:0;">
</a>
properties (22)
authorcreatr
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20181014t182043180z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["agoric.systems"],"image":["https://steemitimages.com/DQmWvzuqZ51DoiSjXXf8bukb7JeeVV1eAJJhGBkDiYc8ajj/creatr_ap.gif"],"links":["https://steemit.com/steem/@creatr/steem-on-netcoins-contest-everybody-wins-details-inside-fe3f4faa7062fest","https://steemit.com/a/@creatr/b"],"app":"steemit/0.1"}
created2018-10-14 18:20:42
last_update2018-10-14 18:20:42
depth1
children0
last_payout2018-10-21 18:20:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length819
author_reputation136,602,458,647,580
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id73,291,562
net_rshares0
@fakrol ·
Terima kasih untuk informasinya, sungguh bermanfaat...
properties (22)
authorfakrol
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t165936710z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 16:59:48
last_update2018-01-20 16:59:48
depth1
children0
last_payout2018-01-27 16:59:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation17,856,222,070
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,906,750
net_rshares0
@fazlehassan ·
its very interesting post..thanks for sharing with us...great job
πŸ‘  ,
properties (23)
authorfazlehassan
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t170957690z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 17:10:18
last_update2018-01-20 17:10:18
depth1
children0
last_payout2018-01-27 17:10:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation84,384,929,568
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,908,961
net_rshares1,173,685,182
author_curate_reward""
vote details (2)
@flagfixer ·
@agoric.systems you were flagged by a worthless gang of trolls, so, I gave you an upvote to counteract it!  Enjoy!!
properties (22)
authorflagfixer
permlinkflagfixer-re-agoric-systemsagoric-systems-steem-account-creation-faucet-code-is-now-open-source
categoryutopian-io
json_metadata""
created2018-07-16 19:51:42
last_update2018-07-16 19:51:42
depth1
children0
last_payout2018-07-23 19:51:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation2,148,467,197,579
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id64,908,566
net_rshares0
@frankbacon ·
Highly rEsteemed!
properties (22)
authorfrankbacon
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t230137679z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 23:01:39
last_update2018-01-20 23:01:39
depth1
children0
last_payout2018-01-27 23:01:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation38,508,257,355,914
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,970,251
net_rshares0
@helo ·
$7.02
Thank you for the contribution. It has been approved.

Please consider editing this post to include the content of the repo's readme since this is a development post as opposed to a blog announcement.

I look forward contributing as well.

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
πŸ‘  , ,
properties (23)
authorhelo
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t170208438z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-20 17:02:09
last_update2018-01-20 17:02:09
depth1
children1
last_payout2018-01-27 17:02:09
cashout_time1969-12-31 23:59:59
total_payout_value5.280 HBD
curator_payout_value1.740 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length357
author_reputation121,547,934,535,311
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,907,214
net_rshares615,290,627,577
author_curate_reward""
vote details (3)
@agoric.systems ·
$1.99
We've added the repo's readme to the post. Thanks for the suggestion. :)
πŸ‘  ,
properties (23)
authoragoric.systems
permlinkre-helo-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t183345662z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 18:33:45
last_update2018-01-20 18:33:45
depth2
children0
last_payout2018-01-27 18:33:45
cashout_time1969-12-31 23:59:59
total_payout_value1.896 HBD
curator_payout_value0.090 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation7,133,084,651,732
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,925,808
net_rshares174,932,077,385
author_curate_reward""
vote details (2)
@inquiringtimes ·
$3.48
super exciting!  glad to see you got the scripts back and the project is moving forward.  Open Source on top of that? Weeeeeeeeee!
πŸ‘  ,
properties (23)
authorinquiringtimes
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t223605583z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 22:36:06
last_update2018-01-20 22:36:06
depth1
children1
last_payout2018-01-27 22:36:06
cashout_time1969-12-31 23:59:59
total_payout_value2.614 HBD
curator_payout_value0.863 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation22,511,044,719,347
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,966,355
net_rshares305,239,921,797
author_curate_reward""
vote details (2)
@robrigo ·
Thanks, it was great talking with you at Steemfest! @lovejoy got the scrips back after a few weeks of being home, they eventually found their way to him, and we've been giving them out in our local communities.
properties (22)
authorrobrigo
permlinkre-inquiringtimes-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180122t005917941z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["lovejoy"],"app":"steemit/0.1"}
created2018-01-22 00:59:18
last_update2018-01-22 00:59:18
depth2
children0
last_payout2018-01-29 00:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation36,085,196,360,202
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,242,241
net_rshares0
@itsapex ·
Thank you
properties (22)
authoritsapex
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180122t160823616z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-22 16:08:24
last_update2018-01-22 16:08:24
depth1
children0
last_payout2018-01-29 16:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation339,010,866
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,418,799
net_rshares0
@jmckenz ·
$2.59
Huh?  This post is a great example of my experience on Steemit as a newbie of about a week.  It seems like there’s something cool here, but I really have zero clue what it’s about.  I wish more people would provide the context for their posts - why what they are posting about matters, who it matters to, what you need to know to make sense of it, etc.  So far Steem is almost impenetrable to newbies because it seem mostly like people who have been here a while and are already 3 miles ahead and running at full speed.  Is there a slow lane on Steem?  ;D
πŸ‘  
properties (23)
authorjmckenz
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180121t120746199z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-21 12:07:45
last_update2018-01-21 12:07:45
depth1
children2
last_payout2018-01-28 12:07:45
cashout_time1969-12-31 23:59:59
total_payout_value1.942 HBD
curator_payout_value0.647 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length555
author_reputation4,377,035,423
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,090,367
net_rshares225,017,104,473
author_curate_reward""
vote details (1)
@robrigo ·
You can read @agoric.systems post history to see what the project is about. This post is specifically related to open sourcing the process we use to validate codes and register Steem accounts.
properties (22)
authorrobrigo
permlinkre-jmckenz-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180121t180446073z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["agoric.systems"],"app":"steemit/0.1"}
created2018-01-21 18:04:45
last_update2018-01-21 18:04:45
depth2
children1
last_payout2018-01-28 18:04:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation36,085,196,360,202
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,165,087
net_rshares0
@jmckenz ·
Ok thanks, I read their first post, and I guess I get the gist, but it was still a little vague what is going on besides their basic goals.
properties (22)
authorjmckenz
permlinkre-robrigo-re-jmckenz-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180126t222102844z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-26 22:21:03
last_update2018-01-26 22:21:03
depth3
children0
last_payout2018-02-02 22:21:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation4,377,035,423
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,580,634
net_rshares0
@mahdihawkeye ·
$0.03
properties (23)
authormahdihawkeye
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t174539828z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["agoric.systems"],"app":"steemit/0.1"}
created2018-01-20 17:45:48
last_update2018-01-20 17:45:48
depth1
children0
last_payout2018-01-27 17:45:48
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation106,698,162,377
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,916,413
net_rshares2,940,318,224
author_curate_reward""
vote details (16)
@rinaldi ·
Nice post... 
Please upvote my post....
πŸ‘  
properties (23)
authorrinaldi
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t182412081z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 18:24:30
last_update2018-01-20 18:24:30
depth1
children0
last_payout2018-01-27 18:24:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation545,013,177,281
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,924,041
net_rshares1,809,556,515
author_curate_reward""
vote details (1)
@rkaitra ·
thanks a lot for sharing your valuable post..thanks for sharing...
properties (22)
authorrkaitra
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t165213761z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 16:51:39
last_update2018-01-20 16:51:39
depth1
children1
last_payout2018-01-27 16:51:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation705,269,649,419
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,905,087
net_rshares0
@crypt0-cats ·
$4.83
Yes, very valuable, I agree.
πŸ‘  
properties (23)
authorcrypt0-cats
permlinkre-rkaitra-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t165722867z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 16:57:21
last_update2018-01-20 16:57:21
depth2
children0
last_payout2018-01-27 16:57:21
cashout_time1969-12-31 23:59:59
total_payout_value3.630 HBD
curator_payout_value1.204 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation8,875,897,247,346
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,906,284
net_rshares423,725,808,823
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @agoric.systems! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@agoric.systems) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20180223t055205000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-02-23 05:52:03
last_update2018-02-23 05:52:03
depth1
children0
last_payout2018-03-02 05:52:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length687
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id39,784,655
net_rshares0
@steemitboard ·
Congratulations @agoric.systems! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@agoric.systems) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20180508t044850000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-05-08 04:48:51
last_update2018-05-08 04:48:51
depth1
children0
last_payout2018-05-15 04:48:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length687
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,501,158
net_rshares0
@steemitboard ·
Congratulations @agoric.systems! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@agoric.systems) Award for the number of upvotes

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20180610t131642000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-06-10 13:16:42
last_update2018-06-10 13:16:42
depth1
children0
last_payout2018-06-17 13:16:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length673
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,139,566
net_rshares0
@steemitboard ·
<center>[![](https://steemitimages.com/175x175/http://steemitboard.com/@agoric.systems/level.png?201806231511)](http://steemitboard.com/@agoric.systems)
<center>@agoric.systems, sorry to see you have less Steem Power.
Your level lowered and you are now a **Red Fish**!</center>

**Do not miss the [last post](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-japan-vs-senegal) from @steemitboard!**

---
**Participate in the [SteemitBoard World Cup Contest](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-collect-badges-and-win-free-sbd)!**
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: [@good-karma](https://v2.steemconnect.com/sign/account-witness-vote?witness=good-karma&approve=1) and [@lukestokes](https://v2.steemconnect.com/sign/account-witness-vote?witness=lukestokes.mhth&approve=1)

---

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20180623t170456000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-06-23 17:04:54
last_update2018-06-23 17:04:54
depth1
children0
last_payout2018-06-30 17:04:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,117
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,935,860
net_rshares0
@steemitboard ·
Congratulations @agoric.systems! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@agoric.systems) Award for the number of upvotes

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
[SteemitBoard World Cup Contest - The results, the winners and the prizes](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-the-results-and-prizes)

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20180719t200217000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-07-19 20:02:15
last_update2018-07-19 20:02:15
depth1
children0
last_payout2018-07-26 20:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length910
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id65,282,567
net_rshares0
@steemitboard ·
Congratulations @agoric.systems! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@agoric.systems/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@agoric.systems) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=agoric.systems)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20190530t174356000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-05-30 17:43:57
last_update2019-05-30 17:43:57
depth1
children0
last_payout2019-06-06 17:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length643
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,762,818
net_rshares0
@steemitboard ·
Congratulations @agoric.systems! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@agoric.systems/community.png</td><td>Thank you for the witness votes you made to support your Steem community and for keeping the Steem blockchain decentralized</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@agoric.systems) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=agoric.systems)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmTugCUsoXX762vg1CuHRrpnPbfnjPogp8iCGv7F2kSVuj/image.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge">Use your witness votes and get the Community Badge</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-agoricsystems-20200305t183745000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-03-05 18:37:45
last_update2020-03-05 18:37:45
depth1
children0
last_payout2020-03-12 18:37:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,205
author_reputation38,975,615,169,260
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,091,962
net_rshares0
@tanvirrahman ·
$1.89
How can find "Agoric script code"? Is there any procedure to follow?
πŸ‘  
properties (23)
authortanvirrahman
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t182924823z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-20 18:29:27
last_update2018-01-20 18:29:27
depth1
children1
last_payout2018-01-27 18:29:27
cashout_time1969-12-31 23:59:59
total_payout_value1.734 HBD
curator_payout_value0.156 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation2,201,771,210,329
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,924,988
net_rshares166,316,990,262
author_curate_reward""
vote details (1)
@robrigo · (edited)
The github for this project is available here: https://github.com/agoric-systems/agoric.co

You need to be given agoric scrip invite slips to get a code. This post is for those that would like to set up their own invite slip distribution using the same web application code. 

If you want some agoric scrip, you need to send a mailing address to me. You can DM me on steemit.chat or telegram.
properties (22)
authorrobrigo
permlinkre-tanvirrahman-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t184134165z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://github.com/agoric-systems/agoric.co"],"app":"steemit/0.1"}
created2018-01-20 18:41:33
last_update2018-01-20 18:42:33
depth2
children0
last_payout2018-01-27 18:41:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length392
author_reputation36,085,196,360,202
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,927,248
net_rshares0
@the.blockbusters ·
$1.98
What are the minimum steem power / steem / sbd limits to start registering accounts?
πŸ‘  
properties (23)
authorthe.blockbusters
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t174800838z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 17:47:54
last_update2018-01-20 17:47:54
depth1
children1
last_payout2018-01-27 17:47:54
cashout_time1969-12-31 23:59:59
total_payout_value1.576 HBD
curator_payout_value0.403 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation6,474,076,692
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,916,820
net_rshares174,143,672,157
author_curate_reward""
vote details (1)
@robrigo ·
We give each account 3 SP that we register.
properties (22)
authorrobrigo
permlinkre-theblockbusters-re-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180120t175816309z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-20 17:58:15
last_update2018-01-20 17:58:15
depth2
children0
last_payout2018-01-27 17:58:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation36,085,196,360,202
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,918,828
net_rshares0
@thedawn ·
Its nice post. Brother iam new in steemit community; how can I enter and achieve success?.
πŸ‘  
properties (23)
authorthedawn
permlinkre-agoricsystems-2018120t223318130z
categoryutopian-io
json_metadata{"tags":["utopian-io","agoric","python","development","steem"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-01-20 17:35:15
last_update2018-01-20 17:35:15
depth1
children0
last_payout2018-01-27 17:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation18,112,689,713,612
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,914,197
net_rshares547,228,143
author_curate_reward""
vote details (1)
@utopian-io ·
$3.31
### Hey @agoric.systems I am @utopian-io. I have just upvoted you!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- You are generating more rewards than average for this category. Super!;)
- This is your first accepted contribution here in Utopian. Welcome!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
πŸ‘  
properties (23)
authorutopian-io
permlinkre-agoricsystems-agoric-systems-steem-account-creation-faucet-code-is-now-open-source-20180122t213415598z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-22 21:34:15
last_update2018-01-22 21:34:15
depth1
children0
last_payout2018-01-29 21:34:15
cashout_time1969-12-31 23:59:59
total_payout_value2.482 HBD
curator_payout_value0.823 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,163
author_reputation152,955,367,999,756
root_title"Agoric Systems Steem account creation faucet code is now Open Source"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,483,279
net_rshares295,578,537,028
author_curate_reward""
vote details (1)