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
Versions
Other versions of the Document
1.0.0
05/06/2024 07:25:13
View
Template
0
0
sampletmp02
v1.0.0
Verified Domain
sergi.testnet.ctx
/
templates
Table
Raw data
Field
Type
Description
title
string
The title of the document.
content
string
The content of the document.
Size: 391.00 bytes
Stored on Arweave
Last update: 05/06/2024 07:25:13
Blockchain
Tx:
2IdvQE63q_Mffu4EjU8cZLiCd...sKsPsAT4Tw
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
type:
"object"
,
properties:
{
title:
{
type:
"string"
,
description:
"The title of the document."
}
,
content:
{
type:
"string"
,
description:
"The content of the document."
}
}
,
required:
[
"title"
,
"content"
]
}