Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

No rule to make target '/root/.agoric/user1.key', needed by 'print-key' #32

Open dckc opened 3 months ago

dckc commented 3 months ago

yarn start:contract does pretty much everything but failed with

...
$ docker compose exec agd make -C /workspace/contract print-key
WARN[0000] /tmp/basics/docker-compose.yml: `version` is obsolete 
make: Entering directory '/workspace/contract'
make: *** No rule to make target '/root/.agoric/user1.key', needed by 'print-key'.  Stop.

see also:

version info

I'm using a branch from

yarn create @agoric/dapp --dapp-template dapp-agoric-basics --dapp-branch 977-mint-tickets-ui basics

docker image:

$ docker images
REPOSITORY                          TAG                  IMAGE ID       CREATED        SIZE
ghcr.io/agoric/agoric-3-proposals   latest               d6fa9fa09cde   21 hours ago   3.3GB
$ yarn --version; node --version
1.22.21
v18.18.2