Is it possible to create smart contracts on Graphene?

2

1

I can't found any article on this, is it possible to create smart contracts inside the BitShares' blockchain Graphene?

This is my necessity:

  1. I have to allow my users to purchase my products via SmartCoins.
  2. Users must wait for a confirmation (bank signature needed)
  3. Issuance of certificate of ownership

NineCattoRules

Posted 2018-03-08T09:40:48.230

Reputation: 123

Bitcoin Stack Exchange on topic seems to have changed; sorry if migrated incorrectly.eth 2018-03-08T09:55:27.820

Answers

1

Graphene smart contracts are blockchain wide, meaning they require a hardfork to be deployed. The reasoning behind this is that every node operator can review the contract code, ok it and then democratically vote by joining the hardfork.

It's kind of a hassle compared to ETH/ETC but that provides a few choices of very well tested contracts.

OpenLedger has proposed an enhancement to BTS that would provide a VM like EthereumVM and allow users to easily deploy smartcontracts. It's still under discussion: https://bitsharestalk.org/index.php?topic=25187.0

Raphael

Posted 2018-03-08T09:40:48.230

Reputation: 126