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
61 stars 45 forks source link

feat: add more testnets to dropdown #432

Closed peetzweg closed 1 year ago

peetzweg commented 1 year ago

adds all awesome ink listed chains: https://github.com/paritytech/awesome-ink#-networks-where-you-can-deploy-ink-contracts

Yes it's a bit messy, it seems there is no single good resource to get all information about parachains to use in a software project yet. It's cumbersome to maintain it this way and quite a hassle collection this information from the individual docs.

demo

netlify[bot] commented 1 year ago

Deploy Preview for contracts-ui ready!

Name Link
Latest commit e0f99712eca94525b1551584fff5fa8936d605bc
Latest deploy log https://app.netlify.com/sites/contracts-ui/deploys/64118c5a64d28000084d14af
Deploy Preview https://deploy-preview-432--contracts-ui.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

statictype commented 1 year ago

this is great @peetzweg! thank you for digging through the docs to find this information. as you probably noticed, some of the chains don't support WeightV2 yet, which means we would need to apply these changes here as well . please cherry pick your commits and open another PR to the weigthV1 branch. makes sense to merge both PRs in the same time.