We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of the very basic things you need for DeFi is to simply work with DAI. This can either be accomplished in one of two ways (or more):
FakeDai
Any other ideas are welcome. Perhaps we should interview some existing DeFi projects about how they go about developing their dapps.
The text was updated successfully, but these errors were encountered:
A tutorial focused on working with ERC20 tokens.
Sorry, something went wrong.
I wanted to avoid this cause theres tons of other blog posts which go into great detail on ERC20s
But not with money legos though
won't talk about ERC20 so much, just small snippets w/ money-legos that make it simple to call approve and transferFrom.
approve
transferFrom.
adrianmcli
No branches or pull requests
One of the very basic things you need for DeFi is to simply work with DAI. This can either be accomplished in one of two ways (or more):
FakeDai
token to work with (which is just an ERC20 that you can mint).Any other ideas are welcome. Perhaps we should interview some existing DeFi projects about how they go about developing their dapps.
The text was updated successfully, but these errors were encountered: