canvas-ui icon indicating copy to clipboard operation
canvas-ui copied to clipboard

Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.

Results 41 canvas-ui issues
Sort by recently updated
recently updated
newest added

Hi, I can deploy and execute my contracts on my local node. Whenever I try to deploy them to the Canvas Test chain, I can upload them, but I receive...

It occured "ERROR in .-config/src/api/spec/edgeware.ts" after yarn install ,yarn start , I run canvas-ui locally. ================================= Module not found: Error: Can't resolve 'edgeware-node-types/dist//voting/definitions' in '/Users/xxxxxx/Downloads/canvas-ui-0.41.1/packages/apps-config/src/api/spec' @ .-config/src/api/spec/edgeware.ts 16:43-98 @ .-config/src/api/spec/index.ts...

All sidebar links are currently hidden when the UI connects to Canvas Test. EDIT: Same issue occurs on polkadot-js/apps, it appears there is no contracts module on the chain anymore.

I'm creating this issue to begin the conversation of refactoring and cleaning up our code. It would be great if we can remove all unused code, then probably removing the...

## Motivation The UI should output a warning when trying to upload a contract that was written in an incompatible ink! ⇿ `contract` pallet version. This is an issue which...

enhancement

When I tried to access https://paritytech.github.io/canvas-ui, it's telling me that it's been blocked by PhishFort. Is anyone experiencing the same issue? ![Screen Shot 2021-03-22 at 2 52 45 PM](https://user-images.githubusercontent.com/14323281/111955363-5a008880-8b24-11eb-88b4-57002208e2fd.png)

An issue which is recurring in our public channels is that people try to upload a Wasm file instead of the `.contract` bundle. The UI displays an ABI error in...

enhancement

In the case of the screenshot below `i32::MAX` is 2147483647, however I can only enter digits up to 21474836 into the field. ![screenshot-paritytech github io-2021 02 24-07_55_23](https://user-images.githubusercontent.com/241530/108960168-c5665000-7675-11eb-98dd-2971808f49be.png)

bug

so this doesn't work, but I'm starting in draft in order to show what I'm trying to do. The problem I'm trying to solve is described in some detail in...

Contracts can emit events which are especially useful to inspect for other third party tools. The Canvas UI should display those events next to the other events upon interaction with...

enhancement