Skip to content

Commit

Permalink
Update 2-define-a-token.md (#1796)
Browse files Browse the repository at this point in the history
update terminal command based on current Near CLI version
  • Loading branch information
Frank1016 authored Mar 8, 2024
1 parent 57b1d80 commit f250833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/2-define-a-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Verify that the correct account ID is printed in the terminal. If everything loo
In the root of your FT project run the following command to deploy your smart contract.

```bash
near deploy --wasmFile out/contract.wasm --accountId $FT_CONTRACT_ID
near deploy $FT_CONTRACT_ID out/contract.wasm
```

At this point, the contract should have been deployed to your account and you're ready to move onto creating your personalized fungible token.
Expand Down

0 comments on commit f250833

Please sign in to comment.