Reputation: 37
I am developing contracts in ethereum. That is quiet easy for me. However, a customer would like to have a contract on waves. He already has a token created on the Waves blockchain. Is it possible to add a smart contract to an already existing token? How do Waves smart contracts generally work compared to ethereums?
Upvotes: 1
Views: 167
Reputation: 804
Please check our articles and how to write a dApp using Waves RIDE language.
The assets (tokes) that were issued without a script cannot become scripted. You can create an asset that behaves as non-scripted but can be upgraded later, by issuing an asset with a script: 'true'.
Upvotes: 0