Ink is a cutting-edge Layer 2 (L2) blockchain built on Optimism's Superchain and released by Kraken. This repository contains the web application that serves as the main interface for users to interact with Ink's ecosystem.
- Node.js 20.x
- PNPM 9.12.1
cp .env.example .env.localInstructions on how to fill in those environment variables coming soon!
pnpm installpnpm devTo deploy to production:
- Checkout main branch:
git checkout main && git pull - Create a tag:
date +%Y-%m-%d-$(git rev-parse --short HEAD) | pbcopy && git tag $(pbpaste) - Push the tag:
git push origin $(pbpaste) - Complete the internal deployment process