Developer wanted to help me understand how to use OpenZeppelin smart contracts/functions

Can some one help me in running though the below request:

I understand that my requirement is supported by OpenZeppelin, but I need help with someone to run me though the whole steps so that I can enable myself to use OpenZeppelin contracts going forward for my project in creating an ERC20 token and time locking some tokens and issuing the remaining tokens.

Your help is much appreciated!

1 Like

If you want to know how to create an ERC20 token, I think you can have a look at this:

There is a similar contract you can have a check: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/TokenTimelock.sol
But for your specific requirements, you should try to do it by yourself, The best way to learn is to practice!

1 Like