by Momcilo Dzunic aka smartbee.eth
Simple previewer for attestation documents and base data schema (DAG) objects related to Renewable Energy Certificates (RECs) -> 0004-FGTP-Content-Address-EACs
https://filecoin-green-eac-browser.dzunic.net/
Open-source PDF.js library is integrated into our project to render a PDF inside our app. After downloading the latest stable release and then extracting the contents,
make sure libs
folder is available in root directory of your project. Also, make sure your hosting address is added to HOSTED_VIEWER_ORIGINS
in viewer.js
file.
const HOSTED_VIEWER_ORIGINS = ["null", "http://mozilla.github.io", "https://mozilla.github.io", "https://localhost:3000", "http://localhost:3000"];
You would also need an running IPFS node to attach to since this app is using ipfs-http-client
lib.
Thereafter run any of scripts defined in package.json
// clean dist
npm run clean
// build for production
npm run build
// run dev server with hot reload
npm run start
- Crosscheck ZL source data against csv sources here and here
- Attestation documents lazy loading
- Attestation documents filtering
- Direct link to specific Attestation document
Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php