arlocal
arlocal copied to clipboard
Local testnet for your Arweave products.
I've noticed that simply posting (`arweave.transactions.post`) a transaction to arlocal (without mining the block) makes it available through a GQL search, e.g. I'm posting a SmartWeave interaction for a contract,...
`tsc-watch` should not in `dependencies`
Arweave nodes support `/block/current` endpoint that returns all the relevant information about the most recently mined block. Support a matching endpoint in arlocal. ```shell ❯ curl https://arweave.net/block/current | jq '.'...
`getById` returns number instead of string as when data_size is 0. This breaks some libraries that expect data_size to be a string.