paritytech / helm-charts

Parity & Polkadot Helm charts collection
GNU General Public License v3.0
28 stars 22 forks source link

Add UI support for the substrate-faucet chart #232

Closed PierreBesson closed 1 year ago

PierreBesson commented 1 year ago

Faucet image docker image: https://github.com/paritytech/polkadot-testnet-faucet/pull/238

PierreBesson commented 1 year ago

The faucet-ui docker image is no longer supported since https://github.com/paritytech/polkadot-testnet-faucet/pull/296

There is a nice UI that is specific to Parity operated testnets and available here: https://paritytech.github.io/polkadot-testnet-faucet/. To provide a multi-chain user experience, the UI can only be used for Westend/Rococo faucets.

If other substrate based project want to create their own faucet UI (with recaptcha protection), it would be very easy to do. They can take inspiration from the polkadot-testnet-faucet client code: https://github.com/paritytech/polkadot-testnet-faucet/tree/main/client