Create a minting webpage that implements web3modal
Budget: $30 – $250 USD
Create a minting webpage that implements web3modal.
The hosting server is IIS. The main project is a .NET web app. Main files are in aspx.
The minting page must be in HTML, and must implement the web3modal library, which allows the user to choose between metmask, walletconnect and other providers.
The minting page can be simple without any css, because the code will be put in the main page of the website.
It is very important to make the html code clean with the following:
1- connect wallet button
2- once connected, the wallet address should be displayed inside a tag, and a mint button appears
3- when the mint button is clicked, the mint function should be called thru promisify. you can use any existing smart contract on the mainnet for the mint example. choose one and get the abi
P. S.: make sure you test it on desktop and mobile phones. web3modal supports all platforms, but this is in theory. Better to actually 100% test it.
Please make sure all variables are clear and well named for easy editing.
Thanks in advance.
The hosting server is IIS. The main project is a .NET web app. Main files are in aspx.
The minting page must be in HTML, and must implement the web3modal library, which allows the user to choose between metmask, walletconnect and other providers.
The minting page can be simple without any css, because the code will be put in the main page of the website.
It is very important to make the html code clean with the following:
1- connect wallet button
2- once connected, the wallet address should be displayed inside a tag, and a mint button appears
3- when the mint button is clicked, the mint function should be called thru promisify. you can use any existing smart contract on the mainnet for the mint example. choose one and get the abi
P. S.: make sure you test it on desktop and mobile phones. web3modal supports all platforms, but this is in theory. Better to actually 100% test it.
Please make sure all variables are clear and well named for easy editing.
Thanks in advance.