Skip to content

HeartDrops/EthOnline

Repository files navigation

This project used ReactJS and ether.js along with the Daisy UI library based on Tailwind to build the front end. HeartDrops.Art is an NT auction platform where creators, collectors, donors and charities can gather. Creators, collectors and donators can log in using Metamask and donate an existing NFT or mint one directly on the platform through smart contracts we developed. The platform supports ERC 721 and ERC1155. When NFT are minted, metadata is stored on IPFS using nft.storage to store and retrieve user generated NFTs.

The smart contract side leverages token contract standards, ERC1155 and ERC721 to Mint NFTs as we are supporting both ERC1155 and ERC721. This allows us to Mint NFT in both standards and also allows users to donate NFT to charities using our system. In order to Fractionalize NFT we are using ERC1155 standard to mint a set supply of tokens and then ownership of the NFT is transferred to our system. The NFTs will be deployed on the Polygon Network and we did testing using our local Ganache network.

Releases

No releases published

Packages

No packages published