From b0b2a21907dc8f03db661d7f37a35527c49eaa45 Mon Sep 17 00:00:00 2001 From: Carlo van Driesten Date: Wed, 4 Dec 2024 10:05:42 +0100 Subject: [PATCH] Update README.md * Add reference to smart contract repository Signed-off-by: Carlo van Driesten --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index a60bf1a3..a12aeffc 100644 --- a/README.md +++ b/README.md @@ -93,23 +93,4 @@ Happy coding! ## Smart contracts and deployment -### Main: envited-x.net - -The ENVITED-X Data Space is still experimental and has no main deployment yet. - -```text -trust anchor did: 'tz1YeiPapCiHfpwVcEUjMaSC3TDh9iMzkAKr' -trust anchor uuid: 'urn:uuid:0ec57c66-8b78-11ee-b9d1-0242ac120002' - -contractAddress: '' -``` - -### Staging: staging.envited-x.net - -The staging branch is deployed on [Tezos Ghostnet](https://better-call.dev/ghostnet/KT1XC2fTBNqoafnrhEb7TuToRCzewgbHAhnA/operations) using the following information: - -```text -test account did: 'tz1KobLotv3nAgLJ65pyF8z1a3USbkqNeb4P' - -contractAddress: 'KT1XC2fTBNqoafnrhEb7TuToRCzewgbHAhnA' -``` +The smart contracts and deployments can be reviewed in the [https://github.com/ASCS-eV/smart-contracts/](https://github.com/ASCS-eV/smart-contracts/tree/main/contracts) repository.