solidity

36 Articles 1 Followers


Discovering Ethereum ETFs from a Developer’s Lens

22 May 2024 2 minute read 0 comments Lui$RPavane110

My attention was recently drawn by the recent excitement for Ethereum ETFs (Exchange-Traded Funds) being a programmer with a strong interest in both finance and cryptocurrencies. As a result, these financial tools not only offer fresh prospects for i...

Will Tron (TRX) price go up with the 9.9 million tokens burn?

15 Feb 2024 1 minute read 0 comments HiRaj

Dear Readers, Tron is a familiar name in the crypto world. I knew many of my friends would be using only in terms of TRX (Native token of Tron) while transferring it to other accounts due to the zero/ cheaper transaction fee and its high speed rate o...

Smart Contracts in Solidity

17 Nov 2023 3 minute read 0 comments Talha.Khalid

A smart contract is code located at a specific address  within the Ethereum blockchain. Smart contracts run inside an Ethereum virtual machine (EVM). The code it executes does not have access to the network, the file system, or other processes. It on...

Free Resources to Learn How to Develop DApps Using Ethereum's Solidity

15 Nov 2023 2 minute read 0 comments Talha.Khalid

What is Solidity? Solidity is a programming language created in 2014-2015 by Gavin Wood, the language allows developers to create computerized transaction protocols that execute the terms of a contract. The syntax is very similar to the JavaScript la...

How To Create Smart Contracts On Remix Ethereum (Solidity Deploy)

11 Nov 2023 2 minute read 5 comments ☑️0🆇D̺͈͙͕̿ͧ̑ͣ🅰🆅🅸🅳eͤ

Remix Ethereum is an integrated development environment (IDE) used to simplify smart contract development on Ethereum (solidity). You can create smart contracts easily without having to download software. Developing a dapp can also be useful for any...

Why Solidity Is the Best for Blockchain Development on Ethereum

19 Oct 2023 1 minute read 0 comments CryptoGeek11

Blockchain technology has ushered in a new era of decentralized applications, smart contracts, and innovative solutions. Among the various programming languages used for blockchain development, Solidity stands out as the best choice for building smar...

How To Become a Blockchain Developer

18 Oct 2023 2 minute read 1 comment BFab

I recently read an article from Binance on the life of their developers, and it was really inspiring. The article talked about how Binance developers work together to build innovative products and services. It also talked about the challenges and rew...

Phenomenon from Blockchain Cryptocurrency Solidity Vulnerable Honeypots

22 Jun 2023 32 minute read 0 comments CryptoDeep

CRYPTO DEEP TECH   Following the article: “Solidity Forcibly Send Ether Vulnerability to a Smart Contract continuation of the list of general EcoSystem security from attacks”. In this article, we will continue this topic related to vulnerabilities a...

Web3 educational resources

9 Jun 2023 1 minute read 0 comments fmiren

This is the list of some Web3 educational resources I've found: https://cryptozombies.io/en/course by @CryptoZombiesHQ (very good one; for beginners) @AlchemyPlatform https://www.youtube.com/watch?v=M576WGiDBdQ&t=1128s (Solidity, Blockchain and Smar...

How I Created My First ERC-20 Token - Giving Away Free LYK To The First 10 Addresses!

30 Apr 2023 1 minute read 22 comments BFab

I did it! I created my first ERC-20 token called LightYearKilometer (LYK). It was a thrilling experience that I want to share with you and hopefully, inspire you to create your own token as well. First off, I did a lot of research on the internet to...