Skip to content
New issue

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

Working with DAI or any ERC20 token (w/ Money-Legos) #1

Open
adrianmcli opened this issue Mar 7, 2020 · 4 comments
Open

Working with DAI or any ERC20 token (w/ Money-Legos) #1

adrianmcli opened this issue Mar 7, 2020 · 4 comments
Assignees
Labels
blog post idea Topic idea for a future blog post

Comments

@adrianmcli
Copy link
Member

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):

  1. Forking off the mainnet and pointing to the actual DAI contract, or;
  2. Creating a 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.

@adrianmcli adrianmcli added the blog post idea Topic idea for a future blog post label Mar 7, 2020
@adrianmcli adrianmcli changed the title Working with DAI Working with DAI or any ERC20 token Apr 22, 2020
@adrianmcli
Copy link
Member Author

A tutorial focused on working with ERC20 tokens.

@adrianmcli adrianmcli reopened this Apr 22, 2020
@kendricktan
Copy link
Collaborator

I wanted to avoid this cause theres tons of other blog posts which go into great detail on ERC20s

@adrianmcli
Copy link
Member Author

But not with money legos though

@adrianmcli adrianmcli changed the title Working with DAI or any ERC20 token Working with DAI or any ERC20 token (w/ Money-Legos) Apr 22, 2020
@adrianmcli
Copy link
Member Author

won't talk about ERC20 so much, just small snippets w/ money-legos that make it simple to call approve and transferFrom.

@adrianmcli adrianmcli self-assigned this Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog post idea Topic idea for a future blog post
Projects
None yet
Development

No branches or pull requests

2 participants