Luxo is a decentralized profile viewer on the Lukso network. Made specifically for the BuildUP #2 hackathon.
View demo »
This project was developed using Next.js and Shadcn/ui components library.
- Get a free API Key at https://pinata.cloud
- Clone the repo
git clone https://github.com/almoloo/luxo
- Install NPM packages
npm install
- Create a .env file in the root named
.envand fill it with the following dataNEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=<SOME_RANDOM_TEXT> NEXT_PUBLIC_RPC_MAINNET=https://rpc.lukso.gateway.fm NEXT_PUBLIC_RPC_TESTNET=https://rpc.testnet.lukso.gateway.fm NEXT_PUBLIC_PINATA_GATEWAY=<YOUR_PINATAT_GATEWAY> NEXT_PUBLIC_PINATA_API_KEY=<YOUR_PINATAT_API_KEY> NEXT_PUBLIC_PINATA_SECRET_KEY=<YOUR_PINATAT_SECRET_KEY> NEXT_PUBLIC_URL=http://localhost:3000
- Add image support to edit profile
- Add short link support
Distributed under the MIT License. See LICENSE.txt for more information.
Ali Mousavi - @almoloo - amousavig@icloud.com
Project Link: https://github.com/almoloo/luxo

