Skip to content
/ Tezos-Template Public template

A Tezos Template with React and Vite as bundler

Notifications You must be signed in to change notification settings

dvkam/Tezos-Template

Repository files navigation

Tezos Blockchain dApp

This is a simple dApp template that demonstrates the integration and interaction with the Tezos blockchain, showcasing:

  • how a user connects/disconnects a wallet
  • how to retrieve and display the wallet address and balance
  • how to send Tezos to another address

The favicon and specific background colors are from the Tezos Visual Identity guide.

Getting Started

  1. Make sure you have https://nodejs.org/ installed on your computer

  2. Create a new repository by clicking "Use this template".

  3. Clone your new repository:

    git clone <YOUR_REPOSITORY_URL>

  4. Change your current working directory to the newly cloned repository directory.

  5. Install dependencies:

    npm install

  6. Start development server:

    npm run dev

  7. Open http://localhost:5173/ in your browser to see a sample application.

Building the App

  1. Run the command:

    npm run build

  2. After you have build the app you can run it locally:

    npm run preview

  3. Open http://localhost:4173/ in your browser to see the production build.

For more information read the Vite Guide

About

A Tezos Template with React and Vite as bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published