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
member
v1.0.1
Verified Domain
startup.testnet.ctx
./
Versions
Other versions of the Document
1.0.1
27/05/2024 16:33:45
1.0.0
27/05/2024 12:25:53
Table
Raw data
Field
Type
Description
startups
array
List of startups
skills
array
List of skills
Size: 428.00 bytes
Stored on Arweave
Last update: 27/05/2024 16:33:45
Blockchain
Tx:
58i3Brn7A9PDXbZw4UoktxwQY...BJGuxOGocc
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Startup Member Template"
,
type:
"object"
,
properties:
{
startups:
{
type:
"array"
,
items:
{
type:
"string"
,
format:
"uri"
}
,
description:
"List of startups"
}
,
skills:
{
type:
"array"
,
items:
{
type:
"string"
}
,
description:
"List of skills"
}
}
,
required:
[
"startups"
]
}