From 9f5dcf6baec0b15fe294100f4e0661b1d83fd45e Mon Sep 17 00:00:00 2001 From: Jens Schendel <30713344+jagottsicher@users.noreply.github.com> Date: Tue, 24 Aug 2021 08:01:52 +0800 Subject: [PATCH] removed double copytext Paragraph with note how to start staging on rinkeby was mentioned two times. need to be corrected for kovan? No Idea so just trew it out. --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index cfa17970..0d65190c 100644 --- a/README.md +++ b/README.md @@ -37,21 +37,3 @@ npm lerna bootstrap ``` cd packages/arc.js && npm run build:watch ``` - - -## Alchemy Development - - -### Develop with Rinkeby - -To start a local server: - -``` -cd packages/alchemy && npm run start-staging -``` - -If you make changes in arc.js, the typescript files need to be recompiled: - -``` -cd packages/arc.js && npm run build:watch -```