Currencies & Wallets
The currency options for your crowdfunding portal
To change the current currency, head to funding-config.tsx file in your app, you'll notice a config
object with a paymentType
property. Here you can change which currency you are accepting.
Currently, we only support Ethereum (ETH) and Arweave (AR). KOII and other currencies are coming soon.
If you change the payment type to ETH, make sure to change your
fundAddress
to an ETH address as well.
Last updated