DeCommerce
Learn how to configure DeCommerce for use with Filebase.
Last updated
Learn how to configure DeCommerce for use with Filebase.
Last updated
DeCommerce is a decentralized eCommerce platform that is designed to be hosted on IPFS, accept crypto payments, and be accessed using NFT domains like Unstoppable Domains.
Read below to learn how to use DeCommerce with Filebase.
config.js
file in your IDE of choice.emailAccessKey
value. To get this value, navigate to https://www.staticforms.xyz/ and enter your email address:Then select ‘Create Access Key’. Your access key will be sent to the email you provided. Then place this value in line 11:
var emailAccessKey = "c3c0f26e-369c-4a84-9368-cfb04234b485";
selectedCurrency
in line 25.DeCommerce supports XMR, BTC, ETH, USDT, and USD currencies.
var selectedCurrency = "ETH";
For example, if you selected BITC, then set the bitcoinAddress
value. If you selected ETH, set the ethereumAddress
value.
var ethereumAddress = "0x8E74eda2453d206628Ca10b51E660F70298705Ce";
config.js
file.Select ‘Buckets’ from the left sidebar navigation menu, then select ‘Create Bucket’ in the top right corner.
https://ipfs.filebase.io/ipfs/[CID]
html
folder, such as the CSS styling, and HTML content.