Nativo NFT is a marketplace builded over NEAR Protocol. It is building the next generation of NFT-DeFi mechanism for NFT ecosystem.
- View of collections [x]
- View of NFT Market [x]
- View profile [x]
- View my NFTs [x]
- View my creations [x]
- View my auctiones []
- View notification []
- View wallet sellector []
- View loans []
- View NFT Staking []
Esta es la parte del proyecto enfacada en la UI/UX para esto se necesitaron las siguientes tecnologias:
- Node.js >= 12
- React
- Pinata (IPFS gateway)
- Tailwind
- Wallet selector (NEAR Protocol)
Para correr este proyecto de forma local se necesitan los siguientes requerimientos:
- Tener instalado Node.js en su versiΓ³n 12 o superior (recomendamos utilizar la herramienta de nvm)
- Instalar el manejador de paquetes de yarn
npm install -g yarn
- Instalar las dependencias del proyecto
npm install
oyarn install
dentro del directorio que contiene el archivopackage.json
- Instalar de forma global el framework de Truffle
npm install -g truffle
- Compilar tailwind de manera local
npm run build-dev-tailwind