You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When designing a contract to be run with HDP, it is important to have a local development setup available. A developer should not be expected to:
Compile the contract
Upload the contract
Invoke the API
Retrieve the result
Ideally, we have a local setup, where a developer compiles the contract, and then invokes it locally with a single command. In the background, we then need to perform the dry-run and once thats complete the sound run. Additionally we need a nice readme to come with this
The text was updated successfully, but these errors were encountered:
When designing a contract to be run with HDP, it is important to have a local development setup available. A developer should not be expected to:
Ideally, we have a local setup, where a developer compiles the contract, and then invokes it locally with a single command. In the background, we then need to perform the dry-run and once thats complete the sound run. Additionally we need a nice readme to come with this
The text was updated successfully, but these errors were encountered: