witnet / sheikah

A Witnet compatible desktop wallet and smart contracts development environment
https://witnet.io
GNU General Public License v3.0
37 stars 23 forks source link

Implement `/main/smart-contracts/editor` tab #454

Closed aesedepece closed 6 years ago

aesedepece commented 6 years ago

User story

As a Witnet user, I expect the Sheikah interface to allow me editing smart contract templates.

Motivation

As depicted in Issue #17, the "Smart contracts" section has a tab called "Editor". This tab allows users to create and edit smart contract templates.

Note that you create and edit templates, which are parametric (or not). Then, every time you deploy those templates you create new instances with different parameters. This is not done through the editor but through the deployment/instantiation wizard, which falls out of the scope of the technology preview.

Considerations

Tasks

mariocao commented 6 years ago

The Editor placeholder is prepared to be used in the PR corresponding to the issue #453.