This repository was archived by the owner on May 30, 2022. It is now read-only.
Releases: Dev43/arweave-go
Releases · Dev43/arweave-go
v0.0.3
Batcher/Combiner
- Create a chunker package that chunks a byte array into a predetermined size with custom formatting, in essence creating a linked list of chunks
- Add a batcherchunker package that deals with deploying all the chunks to the arweave network
- Create a combiner that grabs all the chunks and combines them into it's own file.
- Allow users to add custom tags