Need help in a project #690
alwayscommit
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a project based on ERC20 tokens. In each of the token, I would like to track the the value of 5 different cryptocurrencies using Chainlink price feed, and each individual token will have a different valuation because the quantity of cryptocurrencies would differ.
I am unable to understand the smart contract design for this.
Would I need to create a base ERC20 token with some additional properties to hold valuation of the token, and will each of the token be created using an ERC20Factory?
I wanna achieve this using frontend as well, finding it to be challenging... any guidance would be of great help! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions