Swap Tokens with 1inch Exchange in JavaScript: DEX and Arbitrage (Part 2)
For this tutorial will see how to execute a trade using 1inch DEX aggregator in Javascript with
Browse the complete Ethereumdev tutorial archive.
For this tutorial will see how to execute a trade using 1inch DEX aggregator in Javascript with
In the previous tutorials we learnt a lot how to deploy your first smart contract and add
When you’re developping Ethereum contracts that interact with other Dapps and protocols like DeFi it’s
This tutorial will teach you how to query onchain data using the amazing Dune Analytics platform.
In this tutorial we’ll see how to call a smart contract function from JavaScript. First
In the previous tutorial we studied the anatomy of an ERC20 token in Solidity on the
In this tutorial, we’ll learn how you can easily use inheritance to organize your code.
Most of numeric values in Solidity smart contracts are expressed using uint256, unfortunately Javascript numbers
One of the most significant smart contract standard on Ethereum is known as ERC-20, which
Here you can find the ABI for the ERC20 token standard:
In this series of tutorials, we explore how to build solutions around trading and making
When your are working with numbers in any programming language you are subject to overflows.