Quick Start

For an easy Setup, we commend you use the Builder CLI:

Simply install chainshot-builder globally using npm, then run it from your new content repository!

npm install -g chainshot-builder
mkdir myContentRepository
cd myContentRepository
chainshot-builder init

And that’s it!

The Builder CLI will spin up the IDE for you. Any changes you make within the UI will be written to your file system.

Simply commit any changes up to Github (Creating a git repository) and then link ChainShot to your Github account (Linking your Github Account)!

If you’d like to develop on the Builder itself, check out Developing on Builder.