Storage and Schema

Perment Storage on Arweave

Every piece of content on ReadON is stored on Arweave.

A ReadON article stored on Arweave

Its Arweave transaction ID can be seen in the main app, which serves as the unique ID for the content.

We use ARseeding to speed up and bundle the uploading process with a fixed ETH address:

0x2AaE5f0427e2f0A1a9C67e0206c38025d719Cf6D

So all content uploaded by this address is from ReadON officially.

Schema

AR Tags

Tags
Explanation
Example Value

Accessibility

If the content is public, the data will be plain json, otherwise, encrypted

public, private

Source

A Web2 url shows the original web link of the content

https://metacrunch.org/nigerias-cbdc-deemed-a-failure-korea-gathers-more-proof-on-do-kwon/

Source-Type

The type of content, blog, image, video, etc..

blog

Content-Type

The standard HTTP Content-Type of the data

json

Timestamp

The timestamp when the uploading event

1667709199

Witness

The name of the uploader

readon.me

Version

The version of the schema

1.0.01.beta

Data Json

The data part of the Arweave transaction stores the primary information of the content. Currently, these fields are maintained

Fields
Explanation
Example Value

language_type

The original langue of the content

en

source_url

A Web2 url shows the original web link of the content

https://metacrunch.org/nigerias-cbdc-deemed-a-failure-korea-gathers-more-proof-on-do-kwon/

publish_time

The publishing timestamp of the original content

2022-11-03T21:57:32Z

title

The original title of the article

Nigeria's CBDC deemed a failure; Korea gathers more proof on Do Kwon

content

A mark-down schema of the content

Example

https://v2.viewblock.io/arweave/tx/C6_lr6jnvIarrCc6aj5AmklVaCPSvzqlTv1OIoe0KcE

Last updated