2

When uploading the wasm binary, as a compiled smart contract on the 'ink-workshop' - the canvas-ui that I am running just errors.

Canvas-ui error:

Uncaught error. Something went wrong with the query and rendering of this component. 
Cannot read properties of undefined (reading 'args')

enter image description here

Step: 'Drag the flipper.contract file that contains the bundled wasm blob....'

The Github issues section associated is read-only, hence why I am posting here. Anyone know what might be the problem here?

godhar
  • 1,128
  • 1
  • 14
  • 34
  • Hey, would you be so kind as to repost this great question on https://substrate.stackexchange.com/ -- and @NukeManDan over there? Very happy to assist on our shiny new Substrate (and friends) home for your questions! And as you have a great answer, bring it over too so we can upvote it there? – Nuke Feb 09 '22 at 15:50
  • @NukeManDan certainly. – godhar Feb 10 '22 at 08:49

2 Answers2

2

Incase others are wondering what to do in this instance. I was able to deploy using the official polkadot web interface.

Connect your local running node via settings and there you can deploy your flipper contract.

This is a good article on the astar network docs on how to do it, using the basic flipper contract example.

godhar
  • 1,128
  • 1
  • 14
  • 34
0

There is a maintenance problem and they wanna fix it.

https://github.com/paritytech/canvas-ui/issues/119#issuecomment-1020114242

Omar Elweshy
  • 140
  • 3
  • 8