From 13f050e18024cc4662678159bff32ebcc30d0bdc Mon Sep 17 00:00:00 2001 From: s-damian Date: Sun, 25 Aug 2024 15:24:02 +0300 Subject: [PATCH] README-tech.md --- README-tech.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README-tech.md b/README-tech.md index 612039b..75e1069 100644 --- a/README-tech.md +++ b/README-tech.md @@ -149,23 +149,6 @@ Deploy on the Devnet: ```bash anchor deploy --provider.cluster devnet ``` -### Update Program ID - -Automatically update the Program ID in the necessary files: - -```bash -npm run update-program-id -``` - -// anchor build && anchor deploy ??? - -### IDL Setup - -Copy the IDL (Interface Definition Language) file into the Next.js App: - -```bash -npm run copy-idl -``` ### Run Front-End (Next.js App)