JMLX42/blockly-solidity

want to using multiple contract block

Opened this issue · 2 comments

Hello. I'm mos, student developer in Korea.

First, Thanks for crate this library.

However, We needs using multiple Contract block.
for example

Contract A {

}

Contract B {

}

Currently, I can make just one Contract block.

Where should I fix it?

Thanks.

haha,, I solve it.

image

Exception handling is required, but can create multiple Contract blocks.

@KimHunJin would you be kind enough to provide a pull request? Thank you.