SkillAgentSearch skills...

Tezori

Whitelabel wallet framework for the Tezos blockchain

Install / Use

/learn @Cryptonomic/Tezori
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tezori - A whitelabel wallet framework for Tezos

Node.js CI Dependency Review

Overview

Tezori is a whitelabel wallet framework for the Tezos blockchain.

Most notably, Tezori is used for deploying the Galleon wallet.

The main branch for the third generation of the project is trunk. The current generation is actively under development and therefore at an early stage right now.

For the first generation of the product, see the main branch. For the second generation, see the T2 repo.

Tezori is built using Node.js, React.js and Typescript.

Build and run

This project is meant to be run using Node.js v16.

First, install all dependencies:

npm install

Then, to run the web application, run:

npm run dev

To build a deployable web application, run:

npm run build

To run the app as a native Electron.js application, run:

npm run electron-dev

to build a deployable native application using Electron.js, run:

npm run electron-package

View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1mo ago
Forks13

Languages

TypeScript

Security Score

100/100

Audited on Feb 4, 2026

No findings