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
person2
v1.0.0
Domain not verified
ctx_gmaled1697.testnet.ctx
/
templates
Versions
Other versions of the Document
1.0.0
08/05/2024 08:23:25
Table
Raw data
Field
Type
Description
name
string
No description
email
string
No description
Size: 609.00 bytes
Stored on BNB Greenflied
Last update: 08/05/2024 08:23:25
Blockchain
Tx:
3065be0ccfa528fbd7eebed7e...0fd5c0ec77
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
type:
"object"
,
properties:
{
name:
{
type:
"string"
,
minLength:
2
}
,
email:
{
type:
"string"
,
format:
"email"
,
pattern:
"@example\.test$"
}
}
,
required:
[
"name"
,
"email"
]
,
additionalProperties:
false
}