All Projects → Cryptonomic → Tezori

Cryptonomic / Tezori

Licence: Apache-2.0 license
Whitelabel wallet framework for the Tezos blockchain

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Tezori

Arronax
Blockchain data analytics tool
Stars: ✭ 30 (-49.15%)
Mutual labels:  blockchains, tezos
quipuswap-core
🧙‍♂️ Repository containing QuipuSwap liquidity protocol smart-contracts written in Ligo language
Stars: ✭ 48 (-18.64%)
Mutual labels:  tezos
Stacks
Stacks ecosystem overview.
Stars: ✭ 1,921 (+3155.93%)
Mutual labels:  blockchains
templewallet-extension
🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.
Stars: ✭ 176 (+198.31%)
Mutual labels:  tezos
tezedge
Tezos node/shell in Rust. Unfortunately dev has ceased. If you are interested in resurrecting, please contact @drchrispinnock
Stars: ✭ 147 (+149.15%)
Mutual labels:  tezos
spacefold
🌓 A demo of instant cross-chain communication using Connext!
Stars: ✭ 57 (-3.39%)
Mutual labels:  blockchains
secp256k1-ml
Elliptic curve library secp256k1 wrapper for Ocaml
Stars: ✭ 18 (-69.49%)
Mutual labels:  tezos
tzindex
Tezos Blockchain Indexer
Stars: ✭ 64 (+8.47%)
Mutual labels:  tezos
haal
Hääl - Anonymous Electronic Voting System on Public Blockchains
Stars: ✭ 96 (+62.71%)
Mutual labels:  blockchains
lamtez
An ML-inspired smart contract language, compiling to Tezos' Michelson VM
Stars: ✭ 22 (-62.71%)
Mutual labels:  tezos
hicetnunc
hicetnunc UI/UX
Stars: ✭ 802 (+1259.32%)
Mutual labels:  tezos
granary
Tezos smart contract & dapp development toolkit
Stars: ✭ 67 (+13.56%)
Mutual labels:  tezos
dipdup-py
Modular framework for creating selective indexers and featureful backends for dapps
Stars: ✭ 49 (-16.95%)
Mutual labels:  tezos
bcdhub
Better Call Dev backend
Stars: ✭ 30 (-49.15%)
Mutual labels:  tezos
homebase-app
Homebase is a web application that enables users to create and manage/use DAOs on the Tezos blockchain.
Stars: ✭ 42 (-28.81%)
Mutual labels:  tezos
tatum-cli
Command-line tool to access all blockchains.
Stars: ✭ 75 (+27.12%)
Mutual labels:  blockchains
tzgo
Golang library for the Tezos blockchain
Stars: ✭ 40 (-32.2%)
Mutual labels:  tezos
crypto-code-school-inside-tezos
Interactive Code School for onboarding newcomers to build DApps on Tezos using SmartPy
Stars: ✭ 48 (-18.64%)
Mutual labels:  tezos
TZComet
Contract Metadata Viewer on Tezos
Stars: ✭ 24 (-59.32%)
Mutual labels:  tezos
netezos
Netezos is a cross-platform Tezos SDK for .NET developers, simplifying the access and interaction with the Tezos blockchain
Stars: ✭ 32 (-45.76%)
Mutual labels:  tezos

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].