From 8c0bc60f92f22c3f941df7bd10e4eec227f3587d Mon Sep 17 00:00:00 2001 From: Call White Date: Fri, 16 Dec 2022 01:41:49 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 934855c..0db6cb9 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ git3://[sender_wallet]@[contract_address or NS]:[chain_id]/ - Required, your repo name ## Example: -`git3://helloworld` +- `git3://helloworld` select `default` wallet, git3 official contract address, on ETHStorage chainId: 3334, repo name is `helloworld` It's equl to `git3://default@git3.w3q:3334/helloworld` -`git3://myname.eth@git3.w3q/helloworld` +- `git3://myname.eth@git3.w3q/helloworld` use `myname.eth` wallet, `git3.w3q` contract address, on ETHStorage chainId: 3334, repo name is `helloworld` -`git3://your_git3.eth:137/helloworld` +- `git3://your_git3.eth:137/helloworld` use `default` wallet, `your_git3.eth` contract address, on Polygon chainId: 137, repo name is `helloworld` -`git3://0x0068bD3ec8D16402690C1Eddff06ACb913A209ef:1/helloworld` +- `git3://0x0068bD3ec8D16402690C1Eddff06ACb913A209ef:1/helloworld` use `default` wallet, `0x0068...9ef` contract address, on ETH chainId: 1, repo name is `helloworld`