-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Remix IDE is Browser Based Local Environment for developing, testing & debugging Smart Contracts. So, any transaction done inside it wont be reflected outside of it (when not using injected Web3, Like Metamask). Also it has no access to external Data Like here you are using Chainlink price feeds because you are deploying your contract in Remix IDE itself. Hope it Helps, if not please let me know |
Beta Was this translation helpful? Give feedback.
-
Update, the withdraw worked and the fund is sending a more understandable error after changing the following line of code: Th error I am getting is: I would think providing an amount would be one way around it because pressing the 'fund' button in Remix produces that error. What would be a better approach? |
Beta Was this translation helpful? Give feedback.
there is a value option above deploy button in Remix Ide populate it with appropriate amount and then fund the contract it will work.