You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,7 +121,7 @@ async function setupClient() {
121
121
122
122
### Deploying and Interacting with the Contract
123
123
124
-
To deploy and instantiate the contract on the Hyperweb blockchain, read the bundled contract file and use the `jsdjs` client to broadcast it to the chain.
124
+
To deploy and instantiate the contract on the Hyperweb blockchain, read the bundled contract file and use the `hyperwebjs` client to broadcast it to the chain.
125
125
126
126
Example deployment process:
127
127
@@ -146,7 +146,7 @@ async function deployContract(signingClient, address) {
146
146
147
147
### Instantiating a Contract
148
148
149
-
To instantiate the contract, use the `instantiate` method of the `jsdjs` client. The contract index will be returned, which is used to interact with the contract.
149
+
To instantiate the contract, use the `instantiate` method of the `hyperwebjs` client. The contract index will be returned, which is used to interact with the contract.
0 commit comments