Documentation for adding an ERC20 token to this template? #48
Answered
by
PaulRBerg
garrettmaring
asked this question in
Q&A
-
Is there any documentation on how to add an ERC20 token to this template? |
Beta Was this translation helpful? Give feedback.
Answered by
PaulRBerg
Jun 20, 2021
Replies: 1 comment
-
Hey Garett! There are multiple ways. Here's the first approach with OpenZeppelin: yarn add @openzeppelin/contracts
And here's the second approach with my contracts library:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
garrettmaring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Garett! There are multiple ways. Here's the first approach with OpenZeppelin:
And here's the second approach with my contracts library: