Skip to content

trilitech/astro-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6a5490 · Aug 23, 2023

History

57 Commits
May 24, 2023
Aug 10, 2023
Jun 19, 2023
May 30, 2023
Jul 10, 2023
Jun 16, 2023
Aug 14, 2023
Jun 13, 2023
Jun 16, 2023
Aug 23, 2023
Jun 13, 2023
Jun 2, 2023
Aug 23, 2023
May 24, 2023
Jun 19, 2023
Aug 3, 2023
Aug 10, 2023
May 24, 2023

Repository files navigation

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