An open API service indexing awesome lists of open source software.

https://github.com/roppa/letsgetsometacos


https://github.com/roppa/letsgetsometacos

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# taquito-boilerplate

![Built with Taquito][logo]

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

## 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 `

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://localhost:1234 in your browser to see a sample application.

[logo]: https://raw.githubusercontent.com/ecadlabs/taquito-boilerplate/master/assets/built-with-taquito.png "Built with Taquito"