chainshot-builder
v1.0.11
Published
The easiest way to build learning content on ChainShot.
Downloads
6
Readme
Builder CLI
The easiest way to build learning content on ChainShot.
Quick Start
First install the CLI globally:
npm i chainshot-builder -g
Then, you can create your first Content Repository:
mkdir myContentRepository
cd myContentRepository
chainshot-builder init
This will spin up your IDE and you begin making content immediately! For further information, check out the documentation!