Skip to content

Simple boilerplate to assist with the deployment of data models in OrbisDB

Notifications You must be signed in to change notification settings

ceramicstudio/orbisdb-model-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple boilerplate to assist with the deployment of data models in OrbisDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published