blockly-solidity icon indicating copy to clipboard operation
blockly-solidity copied to clipboard

Plan going forward?

Open JMLX42 opened this issue 8 years ago • 5 comments

Original message posted in a commit:

Hi Jean-Marc

I am starting to teach Smart Contracts at the University of Pennsylvania.

We have been playing with exactly this approach to create a teaching environment.

So thank you for work.

What is your plan going forward?

Sincerely

David

JMLX42 avatar Jan 16 '18 08:01 JMLX42

Hi David,

I don't have much time to improve this project as of now. But the code is clean enough for others to build on.

Do you need anything in particular ?

JMLX42 avatar Jan 16 '18 08:01 JMLX42

Hello Jean-Marc

No, I wanted to tell you what we were doing - potentially with your code, and I wanted to know if you were just doing this for fun?

I could not get to your personal website - the link from github is broken.

My email is (dcrosbie at upenn.edu) if you would like to email me directly.

Sincerely

David Crosbie

dcrosbie avatar Jan 16 '18 18:01 dcrosbie

Jean-Marc,

I work with David and have been working with a fork of your repo. I have a couple of questions concerning your to-do's:

  1. You already implemented typed state variables, which would be sufficient for many contracts. What were your intentions with variables and scoped variables?

  2. How and where (live, Ropsten/Rinkeby, etc.) did you intend to deploy the generated smart contracts?

Best, Erik

rekmarks avatar Jan 17 '18 06:01 rekmarks

No, I wanted to tell you what we were doing - potentially with your code, and I wanted to know if you were just doing this for fun?

For now, just for fun yes.

And even if I had plans to make a business out of anything related to Ethereum/Solidity, I would still keep this project open source and free.

You already implemented typed state variables, which would be sufficient for many contracts. What were your intentions with variables and scoped variables?

Some contracts need actual scoped variables. So we need a way to declare/assign them. And... that's just it.

How and where (live, Ropsten/Rinkeby, etc.) did you intend to deploy the generated smart contracts?

I've not been that far. I just made sure the generated code compiles with solc and that's it.

Pull requests are welcome :)

JMLX42 avatar Jan 17 '18 11:01 JMLX42

Great, you're very helpful, thanks a lot!

rekmarks avatar Jan 17 '18 14:01 rekmarks