We are building the first open-source live results and statistics platform with community involvement features for data insertion. The project includes a blockchain component that will allow participants to receive rewards based on their participation and also to stake the future Token of the platform.
GNU General Public License v3.0
18
stars
6
forks
source link
Implement Public Presale Invest Box - Wert integration #2270
We would be adding an option for investors to use credit cards as an alternative way to be part of the Betarena public presale. The integration provider is Wert.
Integration Option and Suggestions:
Using an NFT (smart contract) checkout would be perfect for this.
1) User clicks "Buy with card."
2) You send us a request with all the details (like user address and amount).
3) User pays in fiat.
4) We send the USDC to your smart contract and call the right function. The sc_input_data tells us which functions to call.
We can retrieve the user and order details by using listeners, data api or webhooks.
We would be adding an option for investors to use credit cards as an alternative way to be part of the Betarena public presale. The integration provider is Wert.
Integration Option and Suggestions:
Using an NFT (smart contract) checkout would be perfect for this.
1) User clicks "Buy with card." 2) You send us a request with all the details (like user address and amount). 3) User pays in fiat. 4) We send the USDC to your smart contract and call the right function. The sc_input_data tells us which functions to call.
We can retrieve the user and order details by using listeners, data api or webhooks.
Relevant Links
SANDBOX:
https://partner-sandbox.wert.io/login
DOCUMENTATION:
https://docs.wert.io/docs/supported-coins-and-blockchains
https://docs.wert.io/docs/nft-checkout#general-options
https://docs.wert.io/docs/introduction
ACCEPTANCE CRITERIA