I hereby claim:
- I am brianorwhatever on github.
- I am brianorwhatever (https://keybase.io/brianorwhatever) on keybase.
- I have a public key ASAQtZBaHaaBZN4QMizpsqFSEEfbbvm4zhlPwbSY5shpdwo
To claim this, I am signing this object:
{"versionId":"1-QmTXCgrKsMtZ3re5o2xY21yFBEh9yxpCwZiet61brhvHCA","versionTime":"2024-10-22T23:02:56Z","parameters":{"method":"did:tdw:0.4","scid":"QmbnQXj7DhWFrmgjDPKZCybn8fkKW7Wze57SQHpwsSQ7NZ","updateKeys":["z6Mkp93nqKxEE8fhYRnT3yBUboSpbsKiBftkqo3LaPiz3c4c"],"portable":false,"prerotation":false,"nextKeyHashes":[],"witnesses":[],"witnessThreshold":0,"deactivated":false},"state":{"@context":["https://www.w3.org/ns/did/v1","https://w3id.org/security/multikey/v1"],"id":"did:tdw:QmbnQXj7DhWFrmgjDPKZCybn8fkKW7Wze57SQHpwsSQ7NZ:gist.githubusercontent.com:brianorwhatever:9c4633d18eb644f7a47f93a802691626:raw","controller":"did:tdw:QmbnQXj7DhWFrmgjDPKZCybn8fkKW7Wze57SQHpwsSQ7NZ:gist.githubusercontent.com:brianorwhatever:9c4633d18eb644f7a47f93a802691626:raw","authentication":["did:tdw:QmbnQXj7DhWFrmgjDPKZCybn8fkKW7Wze57SQHpwsSQ7NZ:gist.githubusercontent.com:brianorwhatever:9c4633d18eb644f7a47f93a802691626:raw#aPiz3c4c"],"verificationMethod":[{"id":"did:tdw:QmbnQXj7DhWFrmgjDPKZCybn8fkKW7Wze57SQHpwsSQ7NZ:gist.githubuserco |
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://purl.imsglobal.org/spec/ob/v3p0/context.json", | |
"https://w3id.org/security/suites/ed25519-2020/v1" | |
], | |
"id": "urn:uuid:63c8140b-1b77-4c39-babc-825e4cfd69ba", | |
"type": [ | |
"VerifiableCredential", | |
"OpenBadgeCredential" |
function insertCollectibleImageBeforePreTags() { | |
// Find all <pre> tags in the document | |
const preTags = document.querySelectorAll('pre'); | |
if (preTags.length === 0) { | |
console.error('No <pre> tags found in the document.'); | |
return; | |
} | |
preTags.forEach((preTag) => { |
import convert from 'xml-js'; | |
import cheerio from 'cheerio'; | |
const feed = await (await fetch(`${env.ORD_API}/feed.xml`)).text(); | |
const feedjson = JSON.parse(convert.xml2json(feed, { compact: true, spaces: 4 })) | |
const inscriptions = feedjson.rss.channel.item; | |
let inscriptionObjects: any[] = []; | |
for (let i = 0; i < inscriptions.length; i++) { | |
const inscription = await (await fetch(`${env.ORD_API}${inscriptions[i].link._text}`)).text() | |
const $ = cheerio.load(inscription); |
'' | |
'' materia theme based off of the bootstrap theme of the same name | |
'' https://bootswatch.com/materia/ | |
'' | |
'' Author: Brett Schwarz | |
'' Copyright (c) 2019 by Brett Schwarz | |
!$THEME = "materia-outline" | |
!if %not(%variable_exists("$BGCOLOR")) |
{ | |
"type": "object", | |
"required": ["presentation_request"], | |
"properties": { | |
"trace": { | |
"type": "boolean", | |
"example": false, | |
"title": "Whether to trace event (default false)" | |
}, | |
"comment": { |
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://w3id.org/security/bbs/v1", | |
"http://schema.org/" | |
], | |
"type": [ | |
"VerifiableCredential" | |
], | |
"id": "http://aviary.one/123", |
I hereby claim:
To claim this, I am signing this object:
0xaCF0834B453E5418aF7C6801049e7bE592b35915 |