From 81f1f40c605f731634e6e35dbf4ce2ede481314a Mon Sep 17 00:00:00 2001 From: mudassir-agoric Date: Fri, 10 May 2024 12:16:25 +0500 Subject: [PATCH] docs: Cleaned Contributing subsection and removed confusing links. --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2af3c70a..958f24ed 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,5 @@ To perform unit tests: To perform end to end test -run the command `yarn test:e2e` in the root directory. -## Contributing: Development, Testing - -The UI is a React app started with the [vite](https://vitejs.dev/) `react-ts` template. -On top of that, we add - -- Watching [blockchain state queries](https://docs.agoric.com/guides/getting-started/contract-rpc.html#querying-vstorage) -- [Signing and sending offers](https://docs.agoric.com/guides/getting-started/contract-rpc.html#signing-and-broadcasting-offers) - -See [CONTRIBUTING](./CONTRIBUTING.md) for more on testing. +## Contributing +See [CONTRIBUTING](./CONTRIBUTING.md) for more on contributions.