Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 735 Bytes

File metadata and controls

23 lines (14 loc) · 735 Bytes

Sequence.js Embedded Wallet React Starter Boilerplate

Starter Sequence Embedded Wallet boilerplate that uses Sequence.js with React.

The webapp portion of this telegram bot can be accessed directly here.

Quickstart

Copy .env.example to .env and fill with your project information. To test things out, you can use the pre-provided keys in the .env.example file:

cp .env.example .env

Then install and run:

pnpm install && pnpm dev

The app will start on localhost:4444

To provide your own keys from Sequence Builder, simply edit the .env file accordingly.