BenasVolkovas / taquito-react-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taquito React template

Built with Taquito

A minimal React setup for starting developing Tezos DApps quickly with Taquito.

Getting Started

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

  2. Create a new repository from taquito-boilerplate 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 start

  7. Open https://localhost:3000 in your browser to see a sample application.

About


Languages

Language:TypeScript 61.4%Language:JavaScript 22.9%Language:CSS 11.3%Language:HTML 4.5%