Skip to content

A quick start Tezos app that uses taquito. Tezos is designed to provide the safety and code correctness required for assets and other high value use cases. Its native smart contract language, Michelson, facilitates formal verification, a methodology commonly used in mission-critical environments such as the aerospace, nuclear, and semiconductor …

License

Notifications You must be signed in to change notification settings

Ansh-Sarkar/taquito-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taquito boilerplate

Built with Taquito

A minimal framework-agnostic setup for starting developing Tezos DApps quickly with Taquito.

If you are looking for the React template, please follow this link.

Dependencies

  1. jQuery - for simple manipulation and traversal of HTML documents.
  2. parcel-bundler - for packaging web applications quickly.

Getting Started

  1. Create a new repository from taquito-boilerplate by clicking "Use this template".

  2. Clone your new repository:

    git clone <YOUR_REPOSITORY_URL>

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

  4. Install dependencies:

    npm install

  5. Start development server:

    npm run watch

  6. Open http:https://localhost:1234 in your browser to see a sample application.

About

A quick start Tezos app that uses taquito. Tezos is designed to provide the safety and code correctness required for assets and other high value use cases. Its native smart contract language, Michelson, facilitates formal verification, a methodology commonly used in mission-critical environments such as the aerospace, nuclear, and semiconductor …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.6%
  • TypeScript 29.9%
  • HTML 25.5%