Replies: 2 comments 4 replies
-
@gregLibert FYI |
Beta Was this translation helpful? Give feedback.
4 replies
-
imho it's a must have. Developing SCs is really painful otherwise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RFC: Smart Contracts Interpretor
Introduction
The goal here is to make smart contract development easier by providing a program that acts like an interpretor and handles all the SC features handled by the node, but without having to deploy a node.
With this also comes a Visual Studio Code extension to simplify the usage of this interpretor program.
Final goal is to be able to develop smart contracts as you would develop any other classic program.
Interpretor
massa-sc-tester
already implements the majority of our current SC ABI, but not everything, the following must be implemented before anything else:send_message
ABI pointEstimated work charge: 1 to 2 days
Extension
The extension allows the developper to make use of the interpretor without having to run a binary manually with multiple input arguments.
Features are:
Estimated work charge: 1 day to learn advanced code extension development, 1 day to develop the extension
Maintenance
The SC interpretor would only require an update in the following cases:
massa-sc-runtime
)Discussions
Please share any features you would like to have, this is first and foremost for the smart contract end users.
Beta Was this translation helpful? Give feedback.
All reactions