Build Datasets on Arweave
1) After you click "Launch App on Arweave" on the homepage, you are on the Arweave Playground.
2) Click on the “Connect Wallet” button and choose your connection provider. Metamask and Wallet Connect are currently available.
3) Take the Metamask for example, install wallet and follow the instruction to connect your wallet.
You are going to create your first permissionless and scalable Web3 NoSQL database on Glacier Playground on top of Arweave. To use Glacier for data storage, you need to determine Namespace / Dataset / Collection.
Collections: A collection is like a table, and creating a Collection requires specifying the Dataset it belongs to. It shows the number of Collections on GlacierScan.
Datasets: The Dadasets catalog shows all the historical dataset records sorted by the last modified time order.
Addresses: It is the cumulative number of wallet addresses connected in Glacier.
Buildings: ArWeave Bundlr does not immediately write Blocks to ArWeave, but performs further accumulation and finally writes to ArWeave in large batches. Buildings is the number of transactions waiting to load to Arweave Bundlr.
Pendings: Pendings is the number of transactions in the process of loading to Arweave Bundlr.
Blocks: When the write requests of several transactions accumulate to a certain amount, it will generate a Block, which will be written to the ArWeave Bundler.
Last updated