Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #2 from jeremybeal11/README_edit
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
luca-arweave authored Mar 7, 2021
2 parents 23e844f + db932c5 commit 294421e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

This repository contains the docker that setups a full arweave-node, including a gateway, on a local device. After having built and run this docker, you'll be able to use the [TestWeave SDK](https://github.com/ArweaveTeam/testweave-sdk) for testing your arweave application locally.

# Prerequisite
1. [Docker](https://docs.docker.com/engine/install/): version 16 or higher
2. [Docker-Compose](https://docs.docker.com/compose/install/): verison ~1.27 or higher

# Usage

1. Firstly, be sure to have [docker](https://docs.docker.com/engine/install/) installed and working on your device;
1. Be sure to have docker and docker-compose on your system.
2. Clone this repo;
3. Run `docker-compose build` and wait patiently that the docker composes. You should do this only once;
4. Run `docker-compose up` (add a `-d` flag if you want to run it in detached mode).
Expand Down

0 comments on commit 294421e

Please sign in to comment.