An interactive how-to guide for beginners on getting started with building dApps on Fair Data Protocol using fdp-storage, FairOS and fdp-play.
Independent Todo apps built using the two approaches described in this tutorial:
fdp-storage&fdp-play: https://github.com/fairDataSociety/fdp-storage-TODO-app-exampleFairOS&fdp-play: https://github.com/fairDataSociety/fairos-TODO-app-example
Requirements:
- Docker must be already installed
node >= 16
$ npm install -g @fairdatasociety/fdp-play$ fdp-play start --fairos$ git clone https://github.com/fairDataSociety/fdp-TODO-app-tutorial.git$ cd fdp-TODO-app-tutorial$ npm installRequirements: fdp-play must be running already!
$ npm run devThe application can be viewed at - http://localhost:5173/


