GitHunt
LA

Laucans/tzsafe-ui

TzSafe-UI

TzSafe

TzSafe is a website to interact with multi-signatures wallets. The goal is to have a UI layer above the LIGO contracts that you can find here.

How to develop ?

First, clone the repository:

git clone https://github.com/marigold-dev/tzsafe-ui/

Then install the dependencies:

npm i

Finally you can develop with:

npm run dev

How to build the code

Once you updated the code, you can build it with:

npm run build

And serve the build with:

npm start

Sandbox

Sandbox enables us to locally run Tezos-node and Tzkt. There are two modes: stateful and stateless. In stateful mode, the data of Tezos-node and the database of Tzkt are preserved when docker compose stops, while in stateless mode, both start from the genesis block.

# To start stateless node
docker-compose -f docker-compose.stateless.yml up --abort-on-container-exit

# To start stateful node
docker-compose -f docker-compose.stateful.yml up --abort-on-container-exit

Languages

TypeScript98.9%CSS0.6%Dockerfile0.3%JavaScript0.2%Shell0.0%

Contributors

MIT License
Created May 8, 2023
Updated May 8, 2023
Laucans/tzsafe-ui | GitHunt