How to use DeFi Saver to lend and borrow
DeFi Saver has been around for a long time and many are familiar with it. However some new users have asked how they can start using it, as they may not be familiar with the interface. In this short article, we will see exactly how we can use it with simple steps to lend and borrow. Recently, Defi Saver launched on L2s Arbitrum and Optimism as well, so we will be seeing how we can use it on Arbitrum as the gas fees are considerably low when compared to Ethereum mainnet. Also, it gives a good ...
Mint Zerion DNA NFT easily from desktop, without importing waller seed into mobile app
Zerion have launched the new Zerion DNA NFTs which change according to your onchain activity. While the NFT is free to mint, one must claim it from the mobile wallet by importing your seed. Some have said they are not comfortable importing their seed, and this also becomes difficult for hardware wallet users. So here is how to mint it directly from the contract.This is Zerion’s DNA NFT contract: as you can see, its a popular one with over 22,000 claims already.You can use the “mint” function ...
gm
How to use DeFi Saver to lend and borrow
DeFi Saver has been around for a long time and many are familiar with it. However some new users have asked how they can start using it, as they may not be familiar with the interface. In this short article, we will see exactly how we can use it with simple steps to lend and borrow. Recently, Defi Saver launched on L2s Arbitrum and Optimism as well, so we will be seeing how we can use it on Arbitrum as the gas fees are considerably low when compared to Ethereum mainnet. Also, it gives a good ...
Mint Zerion DNA NFT easily from desktop, without importing waller seed into mobile app
Zerion have launched the new Zerion DNA NFTs which change according to your onchain activity. While the NFT is free to mint, one must claim it from the mobile wallet by importing your seed. Some have said they are not comfortable importing their seed, and this also becomes difficult for hardware wallet users. So here is how to mint it directly from the contract.This is Zerion’s DNA NFT contract: as you can see, its a popular one with over 22,000 claims already.You can use the “mint” function ...
gm
Share Dialog
Share Dialog

Subscribe to web3magnetic

Subscribe to web3magnetic
<100 subscribers
<100 subscribers
https://twitter.com/TimBeiko/status/1526941543826722817?s=20&t=6CKi4C9Ay_MtQ7mZJfaihQ
You can get a higher value NFT if you deploy a contract and test it out!
So let’s get on with it and see how we can deploy a contract on Kiln testnet.
1. First of all, you would need to add Kiln to MM and also get some Kiln testnet ETH.
2. Next up, head to www.remix.ethereum.org and in the lefthand side pane, select the Deploy & run transactions tab. In Environment, select Injected Web3 and this should pop up a Metamask plugin window asking to select the address. Select the address you want to use. Make sure you are on the Kiln network. Remix should now show your MM address in the Account section.
3. Now select File Explorer in the left hand side menu, and click on Create New file.

Give the file name as “NewContract.sol” and press enter. The blank file should open up on the right hand side window.
4. In the blank contract window page, enter the following test code:
// TestingTheMerge
pragma solidity >=0.5.0 <0.7.0;
contract HelloGM {
function gm()public pure returns (string memory){
return 'Hello gm.xyz';
}
}
Now click on Solidity Compiler in the left hand side window, and select the compiler version to be the same as solidity version shown in the code above.

Now click on “Compile NewContract.sol” and you should get a green check box ✅ in the left hand pane, indicating everything is good.
6. The next step is to deploy this test contract on the Kiln testnet. For this, click on Deploy & run transactions in the left hand menu (the same page where you had configured MetaMask earlier). Ensure that the environment is Injected Web3, your MetaMask wallet is selected correctly and in the Contract section, the NewContract.sol file is selected.
Now you are ready to deploy by clicking the orange Deploy button. It should bring up the Metamask confirmation box. Ensure you have testnet Eth from the faucet for gas, and confirm the transaction. On completion, you can see the status in the console window.
That’s it! You have deployed a test contract on Kiln to Test the Merge and will become eligible for a separate NFT for deploying a contract!
https://twitter.com/TimBeiko/status/1526941543826722817?s=20&t=6CKi4C9Ay_MtQ7mZJfaihQ
You can get a higher value NFT if you deploy a contract and test it out!
So let’s get on with it and see how we can deploy a contract on Kiln testnet.
1. First of all, you would need to add Kiln to MM and also get some Kiln testnet ETH.
2. Next up, head to www.remix.ethereum.org and in the lefthand side pane, select the Deploy & run transactions tab. In Environment, select Injected Web3 and this should pop up a Metamask plugin window asking to select the address. Select the address you want to use. Make sure you are on the Kiln network. Remix should now show your MM address in the Account section.
3. Now select File Explorer in the left hand side menu, and click on Create New file.

Give the file name as “NewContract.sol” and press enter. The blank file should open up on the right hand side window.
4. In the blank contract window page, enter the following test code:
// TestingTheMerge
pragma solidity >=0.5.0 <0.7.0;
contract HelloGM {
function gm()public pure returns (string memory){
return 'Hello gm.xyz';
}
}
Now click on Solidity Compiler in the left hand side window, and select the compiler version to be the same as solidity version shown in the code above.

Now click on “Compile NewContract.sol” and you should get a green check box ✅ in the left hand pane, indicating everything is good.
6. The next step is to deploy this test contract on the Kiln testnet. For this, click on Deploy & run transactions in the left hand menu (the same page where you had configured MetaMask earlier). Ensure that the environment is Injected Web3, your MetaMask wallet is selected correctly and in the Contract section, the NewContract.sol file is selected.
Now you are ready to deploy by clicking the orange Deploy button. It should bring up the Metamask confirmation box. Ensure you have testnet Eth from the faucet for gas, and confirm the transaction. On completion, you can see the status in the console window.
That’s it! You have deployed a test contract on Kiln to Test the Merge and will become eligible for a separate NFT for deploying a contract!
No activity yet