This is a React Native Expo app that serves as the interface for the $hackathon ecosystem. The app currently functions as a Farcaster Frame, with plans to evolve into a full mobile application.
This app is accessible through this farcaster frame: warpcast link
To provide hackers with an intuitive interface to interact with the $hackathon system, enabling seamless participation in weekly hackathons and community engagement.
-
Clone the repository:
git clone https://github.com/weeklyhackathon/new-app hackathontokenapp
-
Navigate to project directory:
cd hackathontokenapp -
Install dependencies:
npm install- Create a new branch:
git checkout -b your-branch-name- Start the development server:
npm start- Press
wto open the web version at localhost:8081
-
Build your app for web:
npx expo export --platform web -
Create an account on orbiter and upload the "dist" folder to a new project inside it.
-
There are other frame magic that you need to do before this, and i will add the proper documentation soon. (Feel free to do it yourself and submit a PR)
For testing the app as a Farcaster Frame, I recommend using ngrok.