BitShares Forum

Main => General Discussion => Topic started by: hcf27 on February 01, 2016, 09:08:19 pm

Title: how to create smartcoin?
Post by: hcf27 on February 01, 2016, 09:08:19 pm
I would like to create a SmartCoin of Argentinian Pesos and Venezuelan Bolivar,  I also have an API that can work as a feed for these currencies.

Can anyone provide a guide of how I would go about doing this?

Thanks!!
Title: Re: how to create smartcoin?
Post by: noisy on February 01, 2016, 11:03:22 pm
For sure, you can use testnet to try doing that: http://testnet.bitshares.eu/

http://docs.bitshares.org/testnet/10-create-assets.html

I am not entirely sure, but I assume, procedure should be similar on real bitshares network, but on testnet you can make a mistakes without any costs ;)
Title: Re: how to create smartcoin?
Post by: hcf27 on February 02, 2016, 03:11:53 am
For sure, you can use testnet to try doing that: http://testnet.bitshares.eu/

http://docs.bitshares.org/testnet/10-create-assets.html

I am not entirely sure, but I assume, procedure should be similar on real bitshares network, but on testnet you can make a mistakes without any costs ;)

Thanks a lot, I will try this on testnet!
Title: Re: how to create smartcoin?
Post by: xeroc on February 02, 2016, 10:35:51 am
You may want to also take a closer look at this:
http://docs.bitshares.eu/bitshares/tutorials/mpa-create-manual.html
http://docs.bitshares.eu/bitshares/tutorials/publish-feed.html
Title: Re: how to create smartcoin?
Post by: svk on February 02, 2016, 10:02:03 pm
You may want to also take a closer look at this:
http://docs.bitshares.eu/bitshares/tutorials/mpa-create-manual.html
http://docs.bitshares.eu/bitshares/tutorials/publish-feed.html
I'd like to enable creation of smart coins and prediction markets in the GUI, but I can't figure out how. If someone can figure that out I'll add it to the GUI..
Title: Re: how to create smartcoin?
Post by: xeroc on February 02, 2016, 10:12:46 pm
both are described in the docs (see above)
The difference between MPAs and PMs is the 'is_prediction_market' flag that has to be defined on asset creation.
While MPAa can be created with the create_asset calk in the cli wallet it does not work for pms because of said parameter.
anyway bot assets can be created by constructing the ops manuall (see link above or the python scripts for the testnet in the bitshareseurope github organisation)
Title: Re: how to create smartcoin?
Post by: Akado on February 02, 2016, 10:44:53 pm
You may want to also take a closer look at this:
http://docs.bitshares.eu/bitshares/tutorials/mpa-create-manual.html
http://docs.bitshares.eu/bitshares/tutorials/publish-feed.html
I'd like to enable creation of smart coins and prediction markets in the GUI, but I can't figure out how. If someone can figure that out I'll add it to the GUI..

@sports-owner @morpheus this might interest you