Skip to content

charafzellou/better-taquito-react-boilerplate

Repository files navigation

A Better Taquito Boilerplate in React

A better and updated React template for developing Tezos DApps with Taquito

Heavily inspired (and improved from) the original Taquito Boilerplate !

Built with Taquito

Getting Started

  1. If you want to compile or interact with the LIGO contract, make sure you have LIGO (^v0.57.0) installed on your computer / or accessible via Docker.

  2. Make sure you have NodeJS (v18) installed on your computer.

  3. Create a new repository by forking this repository or clicking "Use this template".

  4. Clone your new repository:

    git clone <YOUR_REPOSITORY_URL>

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

  6. Install dependencies:

    npm install

  7. Start build:

    npm run build

  8. Start development server:

    npm run build

  9. Open your localhost on port 3000 in your browser to see a sample application.