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/loomPOST /loom/minetriggers the mining of a new block- Responds with the mined block
GET /loom/wait/:tx_idwaits 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/faucetreturns a list of faucets the loom is usingPOST /loom/stopstops the loom and the Arweave node/arweave/...proxy requests to the Arweave HTTP interface