arkb
arkb copied to clipboard
Upload your files to the Arweave network.
Hey! I was wondering what the actual differences are between Arkb and Bundlr CLI (https://docs.bundlr.network/docs/client/cli)? Thanks so much!
Hi, I think it could be helpful if arkb had some way to add to its cache of what's already deployed without uploading content to do so, for example by...
Change branch master to main
The arbundles and arweave libraries are significantly out of date. The bundlr interface has been changing slowly, so it seems valuable to keep arbundles up to date. I ran into...
For some reason `ar-io.net` is truncated to `ar` for the hostname. ``` $ arkb deploy --gateway https://ar-io.net --use-bundler https://node2.bundlr.network --debug deploy README.md ``` ``` [31mSave a wallet with `arkb wallet-save...
I am trying to upload a folder using arkb command line. I want to know if uploading fails due to some reason in first attempt, will it resume from the...
arkb deploy --debug `? Type your password [hidden]` `TypeError: Cannot read properties of undefined (reading 'toArray')` `at DERNode.encodeInt [as _encodeInt] (C:\Users\user\AppData\Roaming\npm\node_modules\arkb\node_modules\asn1.js\lib\asn1\encoders\der.js:198:26)` `at DERNode.encodePrimitive [as _encodePrimitive] (C:\Users\user\AppData\Roaming\npm\node_modules\arkb\node_modules\asn1.js\lib\asn1\base\node.js:623:17)` `at DERNode.encode [as _encodeValue]...
Hi, is there a arkb API to use it as a nodejs library? I know there is https://github.com/ArweaveTeam/arweave-js but it's not so simple to use.
Right now, if there's folder /app/ and file index.html in it (/app/index.html), then if I go to /app/ then I will get 404 error (while /app/index.html works). Many SSG frameworks...