Update README.md

This commit is contained in:
Bill Buchanan
2022-03-29 05:53:53 +01:00
committed by GitHub
parent 18ce46bee6
commit a8fdc9c045

View File

@@ -425,13 +425,16 @@ When you create your own contract, make sure you change the public constructor()
}
```
<p>The wallet ID is the public ID of your wallet in Metamask. Now we compile:</p>
The wallet ID is the public ID of your wallet in Metamask. Now we compile:
<p><img src="/public/sc01.png" width="800px" /></p>
<img src="/public/sc01.png" width="800px" />
Next, we will deploy to the Ropsten test network:
<img src="https://asecuritysite.com/public/sc02.png" width="800px" />
After this, our contract will be shown as being pending deployment:
<p>Next, we will deploy to the Ropsten test network:</p>
<p><img src="https://asecuritysite.com/public/sc02.png" width="800px" /></p>
<p>After this, our contract will be shown as being pending deployment:</p>
<p><img src="/public/sc03.png" width="800px" /></p>
<p>It will take 1015 minutes to deploy, but it can be speeded up by increasing the gas limit:</p>
<p><img src="/public/sc04.png" width="300px" /></p>