Author Topic: how to create smartcoin?  (Read 3609 times)

0 Members and 1 Guest are viewing this topic.

Offline Akado

  • Hero Member
  • *****
  • Posts: 2752
    • View Profile
  • BitShares: akado
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
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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)

Offline svk

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..
Worker: dev.bitsharesblocks

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline hcf27

  • Full Member
  • ***
  • Posts: 116
    • View Profile
  • BitShares: hcf27
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!

Offline noisy

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 ;)
Take a look on: https://bitsharestalk.org/index.php/topic,19625.msg251894.html - I have a crazy idea - lets convince cryptonomex developers to use livecoding.tv

Offline hcf27

  • Full Member
  • ***
  • Posts: 116
    • View Profile
  • BitShares: hcf27
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!!