Skip to content

Commit

Permalink
docs: -goals, tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 15, 2024
1 parent 904c0a9 commit dcbb802
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract/src/platform-goals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Platform Goals

Work on this dapp shows some ways that the platform could be improved.

The code in this directory shows some possible platform refinements.
7 changes: 7 additions & 0 deletions contract/tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contract deployment and end-to-end testing tools

These tools are an attempt to mix testing in the style of the [makeWalletFactoryDriver][1] API in ava with experience from testing on live blockchains in [a3p](https://github.com/Agoric/agoric-3-proposals). _See also [testing API to extend ava functional tests to end-to-end context #8963](https://github.com/Agoric/agoric-sdk/issues/8963)._

`deploy-contract.js` in the `contract/scripts` directory makes them available as a CLI tool.

[1]: https://github.com/Agoric/agoric-sdk/blob/b13743a2cccf0cb63a412b54384435596d4e81ea/packages/boot/tools/drivers.ts#L28
5 changes: 5 additions & 0 deletions contract/tools/ui-kit-goals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Goals for ui-kit

Work on this dapp suggests some ways that ui-kit could be improved. For example, [#79 pass network access explicitly](https://github.com/Agoric/ui-kit/issues/79).

The code in this directory shows some possible platform refinements.

0 comments on commit dcbb802

Please sign in to comment.