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
The compiled artifacts are in the `artifacts` directory. This command also generates Typescript code based on the compiled artifacts, which is in the `artifacts/ts` directory. You can use the generated Typescript code to interact with the alephium blockchain more conveniently.
@@ -215,12 +215,6 @@ You can run the tests with:
215
215
npm run test
216
216
```
217
217
218
-
or
219
-
220
-
```
221
-
npx @alephium/cli@latest test
222
-
```
223
-
224
218
## Deploy your contract
225
219
226
220
To deploy the contract, use Alephium CLI and a deployment script `scripts/0_deploy_faucet.ts`:
@@ -266,13 +260,13 @@ export default deployFaucet
266
260
You can run the deployment script with:
267
261
268
262
```
269
-
npx @alephium/cli@latest deploy
263
+
npm run deploy
270
264
```
271
265
272
266
This will deploy the token faucet to group 0 of devnet. To deploy on testnet (or any other network), update your `alephium.config.ts` and use the `--network` option:
0 commit comments