Skip to content

Commit

Permalink
GITBOOK-190: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Oct 10, 2024
1 parent ced0cf4 commit 3ebe3d0
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@ cd my_psp_token
pop build
```

Create a PSP22 token:
In the next command, we will deploy and create a PSP22 token with the following params:

**Name**: AWESOME

**Symbol**: AWE

**Decimals**: 10

**Supply**: 10000000

\
The following command will spin up a local blockchain, deploy the PSP22 smart contract to the blockchain, and instantiate it with the above parameters.

```
pop up contract --constructor new --args 10000000, 'Some("AWESOME")', 'Some("AWE")', 10
Expand Down

0 comments on commit 3ebe3d0

Please sign in to comment.