1

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?

Jelly
  • 25
  • 6

1 Answers1

0

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'.

Nazim Faour
  • 804
  • 4
  • 6