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
16/04/2024 16:15:09
View
Template
0
0
venture
v1.0.0
Verified Domain
startup.testnet.ctx
./
Table
Raw data
Field
Type
Description
portfolio
string
Context link to a Portfolio
investments
number
Number of investments
Size: 670.00 bytes
Stored on BNB Greenflied
Last update: 16/04/2024 16:15:09
Blockchain
Tx:
5b9875751c375231d51cfe01c...c739535e0b
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Startups Venture Template"
,
type:
"object"
,
properties:
{
portfolio:
{
type:
"string"
,
pattern:
"^ctx://[a-zA-Z0-9-_]+$"
,
description:
"Context link to a Portfolio"
}
,
investments:
{
type:
"number"
,
description:
"Number of investments"
}
}
,
required:
[
"portfolio"
]
}