Nativo.art 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 explorer section [x]
- View profile [x]
- View my Digital Collectibles [x]
- View my auctions []
- View notification []
- View wallet sellector [X]
- View loans []
- View staking []
- Create and claim drop links []
- View Artists section [X]
- Integration of NTV token inside Nativo.art []
- Review another options to integate a new Indexer []
- View token Detail []
1.Review and integrate keypom to claim link drops created outside Nativo.art. Branch: Gift 2.Integrate components of token price history, token activity, and more components on token detail view
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