Apps: No response on UI when calling smart contract function

Created on 27 Nov 2019  路  4Comments  路  Source: polkadot-js/apps

_Environment running-_
Running substrate latest version from master
Using the latest ink!

I am trying to run the simple contract that lives here https://github.com/paritytech/ink/blob/master/examples/lang2/runtime-storage/src/lib.rs

By looking into the UI console it shows the error this.rpcContractsCall is not a function
Screen Shot 2019-11-27 at 6 45 31 PM

-size-xs @app-contracts [bug]

Most helpful comment

Thanks for the effort, happy that is actually works with this.

We still have a UI issue where the specific functionality should not be show at all when not available.

All 4 comments

Custom substrate nodes need to wire up the contracts RPC e.g. https://github.com/gautamdhameja/substrate-runtime-contract-sample/pull/2

Thanks for the effort, happy that is actually works with this.

We still have a UI issue where the specific functionality should not be show at all when not available.

Functionality disabled now when no RPC is available.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

Was this page helpful?
0 / 5 - 0 ratings