Documents
Domains
Web3GPT
Our ChatBot to speak with verified on-chain data. Coming soon.
Contact Support
Send us an email
Docs
BETA
BETA
Mainnet
Coming Soon
View
Template
0
0
human
v1.0.1
Verified Domain
core.testnet.ctx
./
Versions
Other versions of the Document
1.0.1
27/05/2024 14:00:18
1.0.0
12/04/2024 06:29:58
Table
Raw data
Field
Type
Description
name
string
Name or pseudonym
bio
string
Short biography
website
string
Personal website
avatar
string
No description
Size: 3.71 KB
Stored on BNB Greenflied
Last update: 27/05/2024 14:00:18
Blockchain
Tx:
2e3a4a6436addc84875f1b3c5...7bc82bd51c
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Human Schema"
,
type:
"object"
,
properties:
{
name:
{
type:
"string"
,
description:
"Name or pseudonym"
}
,
bio:
{
type:
"string"
,
description:
"Short biography"
}
,
website:
{
type:
"string"
,
description:
"Personal website"
}
,
avatar:
{
type:
"string"
,
format:
"uri"
}
}
,
required:
[
"name"
]
}