The Kucoin Chain is a blockchain that uses the Ethereum Virtual Machine (EVM) which means it is Solidity compatible. Below…
Solidity
Compound Finance liquidation bot
In this tutorial we will discuss how to build a Compound Finance liquidation bot. Compound Finance is one of the…
Libraries in Solidity smart contracts
What are Solidity libraries Libraries in Solidity smart contracts are blocks of reusable code. They contain functions used by other…
Multiple ways to upgrade a Solidity smart contract
There are situations when you want to upgrade a Solidity smart contract. You might want to fix a software vulnerability,…
Hide Solidity code with an external contract
How to hide Solidity code with an external contract. In Solidity a contract can reference the code of another contract.…
How to fork the SafeMoon token smart contract
Fork the SafeMoon token smart contract. SafeMoon is a crypto currency token on the Binance Smart Chain. The token got…
Use a signature to generate a public key
In Ethereum one can use the v, r and s parameters of a signature to generate a public key. In…
Build a crypto back running trading bot
Build a crypto back running trading bot. Back running is the strategy of having a transaction next in line right…