Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 539 Bytes

README-local-chain.md

File metadata and controls

21 lines (14 loc) · 539 Bytes

Agoric Local Chain with docker-compose

To start a local agoric blockchain:

docker compose up -d

NOTE: The image, which is several Gb, has to be pulled and extracted the first time you start the docker application services.

Then use docker-compose logs etc. as usual.

Some useful recipies are included in Makefile. Use yarn make:help to list them. For example: yarn docker:make mint4k.

See also Agoric/documentation#881

See also the Agoric Gov Proposal Builder.