LayerXcom / vyper-remix

Remix Vyper Plugin
Apache License 2.0
17 stars 36 forks source link

onSubmitTx() #6

Closed osuketh closed 6 years ago

osuketh commented 6 years ago

onSubmitTx() function is implemented in ewasm plugin. But I think vyper plugin can be used remix build-in function for sending Tx.

nrryuya commented 6 years ago

We don't need onSubmitTx() and deploy contract button because we can deploy contracts with Remix's run tab?