-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |