lousando / briskett

A delicious Tezos wallet interface for Trezor.

Home Page:https://briskett.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Briskett 🥩

A delicious Tezos wallet interface for Trezor.

Dependencies 🧱

  • Node >= 20.x
  • PNPM >= 8.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

About

A delicious Tezos wallet interface for Trezor.

https://briskett.app

License:MIT License


Languages

Language:TypeScript 83.9%Language:SCSS 9.5%Language:Astro 5.9%Language:JavaScript 0.8%