this readme focus on tech side
https://devpost.com/software/rakugaki-y752l9
Using NFT to make timestamp and provenanve
-
NFT
-
Data Aggregator
Using IPFS as file storage to preserve better way.
-
function is deployed at lambda, it is doing data aggregation
-
data validation by KMS Sign and content validation is not implemented
-
Devices
- Chrome on Mac OS
- Metamask Mobile on iOS
-
Disclaimer
- Other devices are not tested, please use above devices if possible.
- Please turn on the location tracking
cd packages/frontend
yarn
yarn dev
cd packages/contracts
yarn
yarn test
yarn build // this is used in frontend package
cd packages/functions
yarn
yarn dev
yarn build // this generates zip file to deploy AWS lambda