To fire this up, use
npm run dev
or
npm run build
for production.
This codebase will not work out-of-the-box. You will first need to:
- deploy Firn's contracts and populate the appropriate addresses in
addresses.tsx
. - run an instance of Firn's relay, and populate the resulting publicly available relay address in
relay.tsx
. - populate the various API keys in
App.tsx
.