A delicious Tezos wallet interface for Trezor. https://briskett.app
  • TypeScript 83.8%
  • SCSS 9.4%
  • Astro 6.1%
  • JavaScript 0.7%
Find a file
2026-03-29 21:47:50 -06:00
.github Implement Briskett 2026-01-05 20:37:48 -07:00
@types Implement Briskett 2026-01-05 20:37:48 -07:00
__mocks__ Implement Briskett 2026-01-05 20:37:48 -07:00
public Implement Briskett 2026-01-05 20:37:48 -07:00
src Add "appName" to TrezorConnect manifest 2026-03-29 21:08:45 -06:00
.editorconfig Implement Briskett 2026-01-05 20:37:48 -07:00
.env.example Implement Briskett 2026-01-05 20:37:48 -07:00
.env.production Add dotenvx for encrypting secrets 2026-03-29 20:58:25 -06:00
.gitignore Add dotenvx for encrypting secrets 2026-03-29 20:58:25 -06:00
.prettierrc Implement Briskett 2026-01-05 20:37:48 -07:00
astro.config.mjs Implement Briskett 2026-01-05 20:37:48 -07:00
CODE_OF_CONDUCT.md Implement Briskett 2026-01-05 20:37:48 -07:00
jest.config.ts Implement Briskett 2026-01-05 20:37:48 -07:00
LICENSE Initial commit 2021-05-09 15:04:57 -07:00
mise.toml Add dotenvx to path in mise 2026-03-29 20:57:00 -06:00
package.json Add wrangler.toml 2026-03-29 21:47:50 -06:00
pnpm-lock.yaml Add wrangler.toml 2026-03-29 21:47:50 -06:00
pnpm-workspace.yaml Implement Briskett 2026-01-05 20:37:48 -07:00
README.md Implement Briskett 2026-01-05 20:37:48 -07:00
tsconfig.json Implement Briskett 2026-01-05 20:37:48 -07:00
wrangler.toml Add wrangler.toml 2026-03-29 21:47:50 -06:00

Briskett 🥩

A delicious Tezos wallet interface for Trezor.

Dependencies 🧱

  • Node >= 22.x
  • PNPM >= 10.x
  • The Astro Web Framework
  • The SolidJs Component Framework

Setup 🛠️

.env

Start by running the following command to create an .env file to keep your secrets.

cp .env.example .env

From there, go ahead and populate the .env file. It is populated with comments to help get you find what you need.

Web Server 🌎

Run the following to get the web app going.

# install dependencies
$ pnpm i

# serve with hot reload at http://localhost:4321
$ pnpm watch

# Extras
# ======

# optional - generate static project
$ pnpm build

# optional - launch web server (after building)
$ pnpm preview