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.
-
Make sure you have https://nodejs.org/ installed on your computer
-
Create a new repository by clicking "Use this template".
-
Clone your new repository:
git clone <YOUR_REPOSITORY_URL>
-
Change your current working directory to the newly cloned repository directory.
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Open http://localhost:5173/ in your browser to see a sample application.
-
Run the command:
npm run build
-
After you have build the app you can run it locally:
npm run preview
-
Open http://localhost:4173/ in your browser to see the production build.
For more information read the Vite Guide