We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn start:contract does pretty much everything but failed with
yarn start:contract
... $ 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:
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
The text was updated successfully, but these errors were encountered:
LuqiPan
No branches or pull requests
yarn start:contract
does pretty much everything but failed withsee also:
version info
I'm using a branch from
seems to be e5d2c44 currently
docker image:
The text was updated successfully, but these errors were encountered: