Warning
This repo is deprecated as part of the evolution of Remix to React Router 7. Please check out this boilerplate instead!
Starter Sequence Embedded Wallet boilerplate that uses Sequence Kit with Remix & Cloudflare.
Copy .dev.vars.example
to .dev.vars
and fill with your project information. To test things out, you can use the pre-provided keys in the .dev.vars.example
file:
cp .dev.vars.example .dev.vars
Then install and run:
npm install && npm run dev
Warning
This project is using npm
for the package manager. In our experience, we recommend avoiding pnpm on remix projects on cloudflare, until further notice.
The app will start on localhost:4444
To provide your own keys from Sequence Builder, simply edit the .dev.vars
file accordingly.