This branch contains the codebase for noblocks waitlist page. Noblocks simplifies cryptocurrency-to-local currency conversion using a decentralized liquidity protocol, providing a seamless user experience powered by Paycrest Protocol.
Visit the live site at noblocks.xyz and join the waitlist to stay updated on our launch.
To run the project locally, follow these steps:
-
Clone the repository and switch to the waitlist branch:
git clone https://github.com/paycrest/noblocks.git cd noblocks git checkout waitlist
-
Configure environment variables:
-
Copy the
env.example
file to.env.local
cp .env.example .env.local
-
Add the required environment variables.
-
-
Install dependencies and start the development server:
pnpm install pnpm dev
-
Visit localhost:3000 to view the waitlist page locally.