Skip to content

Cryptonomic/Tezori

trunk
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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