mirror of
https://github.com/rheaplex/certificate-of-inauthenticity.git
synced 2026-09-16 08:22:02 +00:00
No description
- HTML 87.2%
- JavaScript 4.1%
- CSS 3.1%
- Shell 2.8%
- Solidity 2.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 182387 - Openclipart_files | ||
| build/contracts | ||
| certificates | ||
| contracts | ||
| https-metadata | ||
| ipfs-metadata | ||
| migrations | ||
| test | ||
| .gitignore | ||
| 182387 - Openclipart.html | ||
| config.sh | ||
| generate-certificates.sh | ||
| generate-metadata-https.sh | ||
| generate-metadata-ipfs.sh | ||
| ipfs-certificate-dir-hash | ||
| ipfs-deploy-certificates.sh | ||
| ipfs-deploy-metadata.sh | ||
| ipfs-metadata-dir-hash | ||
| language.txt | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| template-preparatory.svg | ||
| template.json | ||
| template.svg | ||
| truffle-config.js | ||
| writeup.md | ||
Oh For A Makefile
Https Deploy
bash generate-certificates.sh
bash generate-metadata-https.sh
IPFS Deploy
If ipfs-certificate-dir-hash and ipfs-metadata-dir-hash are present you should probably stop. If you do need to continue, delete them otherwise the ipfs deployment scripts won't work.
bash generate-certificates.sh
bash ipfs-deploy-certificates.sh
bash generate-metadata-ipfs.sh
bash ipfs-deploy-metadata.sh
Updating The Base URI If This Is After Initial Deployment
Use setBaseURI() on the CertificateERC721 contract
For IPFS the URI is:
ipfs://<content of ipfs-metadata-dir-hash>/ .
For HTTPS the URI is:
https://show.rhea.art/certificate-of-inauthenticity/metadata/
(unless you wish to move it).