Run a local development Arweave blockchain with faucets and on-demand mining.
Images are available on the Docker Hub:
docker pull rootmos/loom
docker run --rm --publish 8000:8000 rootmos/loom
POST /loom/mine
triggers the mining of a new block- Responds with the mined block
GET /loom/wait/:tx_id
waits for the transaction to get mined- Responds with the transaction
POST /loom/faucet
- Example request:
{"beneficiary": "tQYrTlkGy6voW2sIFVnRspzV1ELl2uNueICftPyplY8", "quantity": 1000000000000}
- Example response:
{"tx_id": "P7wXSetOmrlKpQCm_koGYa8pzRhULunmwANG63aVaTg"}
- Example request:
GET /loom/faucet
returns a list of faucets the loom is usingPOST /loom/stop
stops the loom and the Arweave node/arweave/...
proxy requests to the Arweave HTTP interface