https://github.com/adityakumar41/agoric-medical
https://github.com/adityakumar41/agoric-medical
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityakumar41/agoric-medical
- Owner: AdityaKumar41
- Created: 2025-01-16T19:11:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T08:19:06.000Z (over 1 year ago)
- Last Synced: 2025-01-30T23:39:50.383Z (over 1 year ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-local-chain.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Agoric Local Chain with docker-compose
To start a local agoric blockchain:
```sh
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 https://github.com/Agoric/documentation/pull/881
See also the [Agoric Gov Proposal Builder](https://cosgov.org/).