An NFT marketplace created using React and Moralis. The smart contract for the marketplace logic in Marketplace.sol.
Goals of this project is to create an NFT marketplace that is able to handle both ERC721 and ERC1155 tokens, and provide features such as viewing a user's inventory or transaction history.
To get started locally run npm install
and npm start
.