From c54862487fa4b2eabb83f5436a2e74f9c18c35d7 Mon Sep 17 00:00:00 2001 From: Marko Baric Date: Fri, 25 Oct 2024 13:01:24 +0200 Subject: [PATCH] Add "Open in Codeanywhere" button to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b987ee9..512b853 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ To deploy this project to Gitpod, click this button: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/dabit3/full-stack-ethereum) +### Open in Codeanywhere + +To deploy this project to Codeanywhere workspace, click this button: + +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/dabit3/full-stack-ethereum) + Once the setup is complete, import the rpc endpoing running on Gitpod into your wallet as a custom RPC. For instance, your RPC enpoint will probably look something like this: @@ -57,4 +63,4 @@ npx hardhat run scripts/deploy.js --network localhost ```sh npm start -``` \ No newline at end of file +```