turbo-sdk
turbo-sdk copied to clipboard
The first SDK on Arweave to bring you programmable fiat top ups, Turbo-powered upload reliability, and fast data and indexing finality for TypeScript based Web and Node projects.
Currently `uploadFiles` and `uploadSignedDataItem` don't provide any status of uploads. This is less than ideal for larger uploads that may take away. Implement a new API that returns an `EventEmitter`...
The current SDK only supports single file uploads. Proposing a new API that supports sending an array of `ReadableStreams` and proper control flow handling for individual failed uploads. Considerations: -...
### Details The SDK currently requires ReadableStreams to be converted to Buffers in memory for signing. Readable's leverage `streamSigner` from `arbundles` that allows signing the stream incrementally. Ideally, implement something...
Currently, `TurboFactory` is only available through imports. Make it accessible on the window object for the web. Example: ``` // injects TurboFactory into window object // import is not required...
Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.9.0` |...