Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 582 Bytes

Simple OrbisDB Model Deployment Boilerplate

You can use this repository to help deploy data models of any complexity to the Ceramic Network (to use with OrbisDB) that you cannot achieve through the Orbis Studio.

Getting Started

  1. Install your dependencies
npm install
  1. Replace the def object in createModel.js with your own

  2. Replace env on line 58 in createModel.js with your own

  3. When ready, run the following command to deploy your data model:

npm run create-model