Skip to content

Commit

Permalink
feat: implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 18, 2023
1 parent 8944d8b commit 4c98275
Show file tree
Hide file tree
Showing 8 changed files with 1,240 additions and 72 deletions.
6 changes: 6 additions & 0 deletions .env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ S3_SECRET_ACCESS_KEY_ID = 'minioadmin'
# URL prefix for the linkdex-api
# LINKDEX_URL = "https://linkdex.web3.storage"

# Content Claims
# CONTENT_CLAIMS_PRIVATE_KEY = "base64pad encoded ed25519 key"
# CONTENT_CLAIMS_PROOF = "base64pad encoded CAR of delegation"
# CONTENT_CLAIMS_SERVICE_DID = "did:web:claims.web3.storage"
# CONTENT_CLAIMS_SERVICE_URL = "https://claims.web3.storage"

## ---- website ---------------------------------------------------------------

# vars to expose to the public website build have to be prefixed with NEXT_PUBLIC_
Expand Down
Loading

0 comments on commit 4c98275

Please sign in to comment.