Aditya Singh
Aditya Singh
I have used the useNotification() hook for notifications. The notification position is not working correctly in the deployed application. https://medichain.vercel.app/ The Github repository of this deployed site is: https://github.com/sadityakumar9211/medichain-nextjs In...
## Description _Give a summary of the change that you have made_ Used custom error statements to optimise gas costs instead of using string based require statements. ## Mentions _Mention...
## Description Optimised the smart contract using the custom error with revert statements. This significantly reduces the gas cost in smart contract transactions. _Give a summary of the change that...
1. Rainbowkit + wagmi for connect button - currently user's have to manually switch to Goerli testnet. 2. web3.storage for files 3. Toast for Notifications 4. DAO integration 5. XMTP...
## Optimization Description / Requirement The smart contract currently uses `require` statements with error strings, which incur higher gas costs during transactions. To improve efficiency and reduce gas fees, the...