transmute-industries / ns.transmute.org

W3C Verifiable Credentials Context Hosting with IPFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmute Namespace

Questions? Contact Transmute

🚧 Warning Experimental 🔥

Hosted Names

https://www.w3.org/2018/credentials/v1

The following links have been created for the W3C Verifiable Credentials v1 context.

https://cloudflare-ipfs.com/ipfs/bafybeiczgekrajpsnupayulad7nxepm6xtxhu3hwh4yp4h4zgnj3sefkpy

https://cloudflare-ipfs.com/ipns/v1.credentials.ns.transmute.org

With @vocab:

https://cloudflare-ipfs.com/ipfs/bafybeidouoankzw5dzarqnhfy2ykbdh35nxlz3bczuemhavxr5kryddmjq

https://cloudflare-ipfs.com/ipns/vocab.v1.credentials.ns.transmute.org

Usage

I used infura.io, you can modify these scripts if you prefer a different IPFS provider.

I also used ipfs cli to translate cid versions.

See example.env

INFURA_IPFS_API=https://ipfs.infura.io:5001
INFURA_IPFS_GATEWAY=https://CUSTOM.infura-ipfs.io
INFURA_IPFS_PROJECT_ID=
INFURA_IPFS_PROJECT_SECRET=

Uploading to IPFS

./upload.sh .env image.png
ipfs cid base32 QmULpQLoHzKFErn8go1hUqNcfEBFh8umiX1D6ohSE58WfP

Adding an immutable context

./upload.sh .env contexts/credentials-v1-vocab.json

Follow instructions on dnslink.

dig +noall +answer TXT _dnslink.img.transmute.org
``

https://cloudflare-ipfs.com/ipns/img.transmute.org

About

W3C Verifiable Credentials Context Hosting with IPFS

License:Apache License 2.0


Languages

Language:Shell 100.0%