Skip to content

Commit

Permalink
docs(custom-tokens.mdx): remove unnecessary empty line for better rea…
Browse files Browse the repository at this point in the history
…dability and consistency
  • Loading branch information
ymekuria committed Jul 12, 2024
1 parent bbab822 commit 7a823a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ A token manager smart contract sets the rules around minting, burning, and sendi

Use the `TokenContract` class to perform common token operations, such as minting, burning, and sending tokens. In o1js, the `TokenContract` class is your blueprint for custom token implementations.


As shown in this [example code](https://github.com/o1-labs/o1js/blob/main/src/lib/mina/token/token-contract.unit-test.ts#L13), you inherit from the `TokenContract` class:

```ts
Expand Down

0 comments on commit 7a823a9

Please sign in to comment.