use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
62 stars 47 forks source link

Cannot read properties of undefined (reading 'instantiate') #392

Closed theHardCoder05 closed 1 year ago

theHardCoder05 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. GO TO https://contracts-ui.substrate.io -> upload a new SC
  2. GO TO https://contracts-ui.substrate.io/instantiate. You will see the error in developer tool mode.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Please see the attached screenshot below.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

theHardCoder05 commented 1 year ago

![Uploading Screenshot 2023-01-08 at 11.52.29.png…]()

statictype commented 1 year ago

can't reproduce this behaviour. what contract did you use and on which chain were you trying to upload?

theHardCoder05 commented 1 year ago

flipper.contract.zip Hi, I have attached my Smart Contract file here in Zip format. Many thanks

statictype commented 1 year ago

please upload the contract on Github and post the link to the repo here. will not download a random zip file :)

theHardCoder05 commented 1 year ago

@statictype - I tried. Unfornately, the extension of the file is not supported here in Github. Any thought?

athei commented 1 year ago

I think what is meant here is post a link to the source code repo. And make sure to declare which versions of everything you are using to build the contract (cargo-contract, node, Rust).

statictype commented 1 year ago

yes! :)

statictype commented 1 year ago

closed for lack of activity. please reopen if the problem persists.