DeveloperBreeze

Ethereum Smart Contracts Development Tutorials, Guides & Insights

Unlock 1+ expert-curated ethereum smart contracts tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your ethereum smart contracts skills on DeveloperBreeze.

Working with `BigNumber` in ethers.js: A Guide for Version 6

Tutorial October 24, 2024

  console.log(num1.gt(num2)); // true

You can convert a BigNumber instance into different formats such as hexadecimal, string, or a regular number. This is useful when you need to display values or perform further operations.