Skip to content

tezos-checker/checker-ui

Repository files navigation

Build Status

Cogarius Checker Tezos DApp

React-based DApps in Tezos. Check out the demo.

How to start

To use a DApp, you can always download wallets from Tezos faucet). Note that the balance will be zero, and you will need to transfer some tokens as an owner using the address|phk property of a JSON file.

Features

Sections

Home

Modal

Operations

State

  • Connected Context provides a connected account and a service that communicates with a contract

Hooks

Services

Components

FA 1.2 Contract

You can access to the contract right here

Requirements

Optional tool

Install

yarn install

Develop

  • Rename the local.env to .env
  • Use yarn start in this project

Licensing