Collection Details
Namespace:
hadik
Dataset:
Collection:
fanos
Owner:
0x783cd322be95ba7bc2c486306e6a8a73ae2feac3
Timestamp:
Jul.13.2024 11:32:38 AM
Status:
OnChain
Collection Documents
_iddescriptionexternal_urlfanos1imagenameView
"cfcb45c9c4029586acf3d80689ca6cffa9ceb0ec3e1b0e7bdb62cc62cbbb1a2b5"
"hadik"
"https://glacier.io/"
"https://raw.githubusercontent.com/Glacier-Labs/resource/main/nft1.jpg"
"fanos"
View
"cfcb45c9c4029586acf3d80689ca6cffa9ceb0ec3e1b0e7bdb62cc62cbbb1a2b4"
"{\n owner: '0xb4c42d4b15aa65f782b81ac01eaba2472f83b4e9',\n network: 'ethereum',\n namespace: 'myproject',\n dataset: 'mydataset',\n seqId: 0,\n collections: [\n {\n collection: 'notes',\n owner: '0xb4c42d4b15aa65f782b81ac01eaba2472f83b4e9',\n network: 'ethereum',\n schema: '{\"title\":\"notes\",\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"title\":\"\",\"description\":\"\"},\"content\":{\"type\":\"string\",\"title\":\"\",\"description\":\"\"},\"createdAt\":{\"type\":\"number\",\"title\":\"\",\"description\":\"\"}},\"required\":[\"title\",\"content\",\"createdAt\"]}',\n seqId: 0,\n createdAt: 1672069218,\n updatedAt: 1672069218\n }\n ],\n createdAt: 1672036876,\n updatedAt: 1672069218\n}"
View
"cfcb45c9c4029586acf3d80689ca6cffa9ceb0ec3e1b0e7bdb62cc62cbbb1a2b3"
"async function queryDataset() {\n const myproject = client.namespace('myproject');\n const result = await myproject.queryDataset('mydataset');\n console.log(result);\n}"
View
"cfcb45c9c4029586acf3d80689ca6cffa9ceb0ec3e1b0e7bdb62cc62cbbb1a2b2"
"{\n insertedId: 'mydataset';\n}"
View
"cfcb45c9c4029586acf3d80689ca6cffa9ceb0ec3e1b0e7bdb62cc62cbbb1a2b1"
"async function createDataset() {\n const myproject = client.namespace('myproject');\n const result = await myproject.createDataset('mydataset');\n console.log(result);\n}"
View