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
portfolio
v1.0.0
Verified Domain
startup.testnet.ctx
/
venture
Versions
Other versions of the Document
1.0.0
16/04/2024 16:44:28
Table
Raw data
Field
Type
Description
portfolio
string
Identifier of the Portfolio in Context
Size: 561.00 bytes
Stored on BNB Greenflied
Last update: 16/04/2024 16:44:28
Blockchain
Tx:
5fa8b58b7c71d6f32c95c6b6a...04c44e3fe4
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Startup Portfolio Template"
,
type:
"object"
,
properties:
{
portfolio:
{
type:
"string"
,
pattern:
"^ctx://[a-zA-Z0-9-_]+$"
,
description:
"Identifier of the Portfolio in Context"
}
}
,
required:
[
"portfolio"
]
}