Skip to content

Commit

Permalink
next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 18, 2024
1 parent 90621eb commit c25183f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/tutorials/build-files-archive-with-dal/using-full-slot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ Indeed, they are not: because the size of a slot is fixed, the DAL node pads the
Now you know how to send files to the DAL and use a Smart Rollup to store the data.

From there, the sky's the limit.
You can implement other features implemented, such as having the file publishers pay for the storage they are using in Layer 2 (by allowing them to deposit tez to the Smart Rollup and sign the files they publish).
You could also build a frontend to visualize the files published in the archive.
Or, you could deal with the fact that for now, it is not possible
for a consumer of the file to know its original size.
You could fix that by modifying the script to prefix the file with its size.
You can implement many other features, such as:

- Handling more than one file per level
- Having file publishers pay for the storage that they are using in layer 2 by allowing them to deposit tez to the Smart Rollup and sign the files they publish
- Building a frontend to visualize the files in the archive
- Providing the original size of the file by modifying the script to prefix the file with its size

0 comments on commit c25183f

Please sign in to comment.