demo-hub / testweave-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arweave TetsWeave Docker

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 for testing your arweave application locally.

Prerequisite

  1. Docker: version 16 or higher
  2. Docker-Compose: verison ~1.27 or higher

Usage

  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).

Now you'll have:

So, now, import the TestWeave SDK in your projects and HAPPY TESTDLING ! ๐Ÿ––๐ŸŒ‹๐Ÿš€

About

License:MIT License


Languages

Language:TypeScript 92.5%Language:Shell 6.9%Language:Dockerfile 0.6%