Your comprehensive guide to Brazil's Central Bank Digital Currency (CBDC).
This project requires certain environment variables to be set. To get started:
-
Copy
.env.example
to.env
: bash cp .env.example .env -
Fill in the required environment variables in
.env
:
NEXT_PUBLIC_SUPABASE_URL
: Your Supabase project URLNEXT_PUBLIC_SUPABASE_ANON_KEY
: Your Supabase anonymous key
// ... rest of the content ...