diff --git a/README.md b/README.md index 0ded420..ce14b06 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,4 @@ -
- Alt text -
- -# About - -๐Ÿงช This dApp is meant to facilitate art tokenization for artists, and listening, watching and trading NFTs - -โš™๏ธ Built using Foundry, NextJS, RainbowKit, Wagmi, Viem, and Typescript, - -๐Ÿ”— To be deployed on Polygon and Avalanche (or other EVM compatible chains) +- To see current development tasks and other info about the project, [see here](https://lulox.notion.site/TECHNAI-3458ad216e8c40a9b4489fe026146552?pvs=74) ## Prerequisites @@ -57,8 +47,6 @@ Visit your app on: `http://localhost:3000`. You can interact with your smart con # Roadmap -- To see detailed development info, [see here](https://lulox.notion.site/TECHNAI-3458ad216e8c40a9b4489fe026146552?pvs=74) - ## Phase 1 โœ…
See completed tasks @@ -150,15 +138,24 @@ Visit your app on: `http://localhost:3000`. You can interact with your smart con # Completed product description +
+ Alt text +
+ Technai is a Web3-based marketplace that empowers artists to mint and monetize their work as NFTs while providing collectors with unique investment opportunities. Our mission is to break down the barriers for artists and collectors by providing an easy-to-use platform that fosters creativity, collaboration, and sustainable income through digital art. The platform solves the problems of high minting costs for artists, lack of continuous royalties, and limited cross-chain interoperability, allowing for a more inclusive and connected NFT ecosystem. -## Background +## About -- Project started on [Aleph Hackathon](https://www.aleph.crecimiento.build/es-aleph-hackathon) - This repo was started with `npx create-eth@latest` with Foundry and integrated with the contracts and frontend from [github.com/luloxi/technai-marketplace](https://github.com/luloxi/technai-marketplace) +๐Ÿงช Project started on [Aleph Hackathon](https://www.aleph.crecimiento.build/es-aleph-hackathon) + +โš™๏ธ Built using Foundry, NextJS, RainbowKit, Wagmi, Viem, and Typescript, + +๐Ÿ”— To be deployed on Polygon and Avalanche (or other EVM compatible chains) + ## Roles within the platform - Artists: Mint, remix, and earn royalties from NFTs. diff --git a/packages/nextjs/app/marketplace/_components/NFTCard.tsx b/packages/nextjs/app/marketplace/_components/NFTCard.tsx index 34dc7b2..04152ff 100644 --- a/packages/nextjs/app/marketplace/_components/NFTCard.tsx +++ b/packages/nextjs/app/marketplace/_components/NFTCard.tsx @@ -126,7 +126,7 @@ export const NFTCard = ({ nft }: { nft: Collectible }) => { {activeTab === "mintNFT" && (
- NFT Image + NFT Image
{nft.animation_url && (