This is a Next.js dashboard for the ORC Protocol, showcasing the Bitcoin Security with Ethereum Flexibility concept. The dashboard includes a landing page and a detailed whitepaper page.
git clone https://github.com/yourusername/orc-protocol.git
cd orc-protocol
npm install
# or
yarn install
npm run dev
# or
yarn dev
The project is configured for easy deployment to Vercel:
Alternatively, you can deploy from the command line using the Vercel CLI:
npm install -g vercel
vercel login
vercel
app/page.tsx
- The main homepage with the dashboard UIapp/whitepaper/page.tsx
- The whitepaper page that displays the ORC Yellow Paperapp/components/WhitepaperContent.tsx
- A component containing the full whitepaper contentapp/globals.css
- Global styles and Tailwind CSS configurationtailwind.config.ts
- Tailwind CSS configuration with typography plugin setupvercel.json
- Vercel deployment configurationThis project is licensed under the MIT License - see the LICENSE file for details.