Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 667 Bytes

Astro Ninja

This is a Tezos sample dapp under active development to showcase best practices for building a dApp. The sample dApp uses beacon, taquito, ligo and tzkt to view, deploy and interact onchain. Goal is to enable Tezos interested developers to bootstrap a dApp within 30 minutes.

Getting Started

Getting Started

Firstly clone the project to your local machine using:

git clone https://github.com/trilitech/astro-ninja.git

Then cd into the cloned repo and run:

npm i

Update the .env.example file to include your desired variables and remove .example from the filename. In order to start the dapp run:

npm run dev