Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

ci for getting started with dapp-offer-up, docker-compose #48

Closed aj-agoric closed 6 months ago

aj-agoric commented 8 months ago

This issue is related to https://github.com/Agoric/agoric-sdk/issues/8381 but not the same

From high level, we want two kinds of testing:

  1. testing the behavior of init subcommand of packages/agoric-cli in agoric-sdk repo
    1. so that we have test coverage even if the behavior of init subcommand changed in a PR in the future
    2. this is https://github.com/Agoric/agoric-sdk/issues/8381 and is done
  2. testing the behavior of init subcommand of https://www.npmjs.com/package/agoric, i.e. the agoric-cli that's published to npmjs.com
    1. so that the workflow as documented in https://docs.agoric.com/guides/getting-started/ is working for developers reading this doc
    2. this is #48(this issue) and is not yet prioritized

Ref: https://github.com/Agoric/agoric-sdk/pull/8829#discussion_r1522035527


Edit by @LuqiPan

LuqiPan commented 6 months ago

For reference, here's how to do it: https://github.com/Agoric/dapp-agoric-basics/pull/24