Contribution to the Hack your Profile Hackathon from LUKSO
A lightweight social media platform built on the LUKSO L14 Network, allowing users to interact with Universal Profiles using MetaMask. The app introduces LSTC, a social currency mapping reputation and engagement through interactions.
- View any Universal Profile by entering its address
- Upvote, hype, and support NFTs on the Profile page.
- Earn LSTC tokens for interactions and climb the leaderboards
- Compare most upvoted or currently hyped assets
- LSTC could be used for community events or benefits
git clone [this project]
cd ./luksotastic
npm install
npm startThe application will start at
http://localhost:3000. PressCtrl+Cto stop the local server.
npm start: Run app in development mode (with hot reload)npm test: Launch test runner in watch modenpm run build: Build app for production
