Skip to content
Crypto Market Pool

Crypto Market Pool

Blockchain Engineer Resource

  • Crypto Markets
    • Market Prices
    • Market Charts
    • News
  • Mining & Nodes
  • Python & Web3
    • Getting started
    • Python & Web3 Basics
  • Solidity
    • Getting Started
    • Solidity Basics
    • Solidity Samples
    • Solidity Attacks
    • Searchers
      • Getting started
      • Opportunities
  • Resources
  • Shop
  • Cart

Solidity

Solidity Basics

Memory vs Storage in Solidity smart contracts

Storage – data stored on the block chain.  State variables will have a memory location of storage.  You do not…

Solidity Basics

Keccak256 hash function in Solidity

You can use Keccak256 hashing to authenticate payloads of data. For example, consider an object that generates a unique hash.…

Solidity Basics

Solidity contract clean up function

The only way code is removed from the blockchain is when a contract owner calls the self destruct operation. The…

Solidity Basics

Using Import in Solidity smart contracts

To make development easier you can use the import statement in your smart contract to reference contracts stored in other…

Solidity Basics

Payable modifier in Solidity smart contracts

Payable function modifiers provide a mechanism to receive funds in your smart contract. These functions are annotated with the payable…

Solidity Basics

Struct in Solidity smart contracts

Structs are custom data types that can group several variables. They represent a record of “something”. Suppose you want to…

Solidity Basics

Enum in Solidity smart contracts

Short for enumeration, enums restrict a variable to have one of only a few predefined values. The values in this…

Solidity Basics

Maps in a solidity smart contract

This post has been updated click here A map is like a hash table that allows you to save data…

Posts pagination

Previous 1 … 9 10 11 12 Next

Recent Posts

  • How Memory Impacts the Cost of Ethereum Gas
  • Understanding Ethereum Staking Rate
  • Bitcoin Nerd Miner Setup and Configuration
  • Bitcoin Solo Mining
  • mstore and mload functions in Solidity
  • Vault inflation attack

RSS Crypto Currency Reddit

  • Texas Strategic Bitcoin Reserve officially signed into law
  • Strategy’s Michael Saylor raises Bitcoin forecast to $21M by 2046
  • Ethereum Set to Launch Fusaka: A Key Update to Boost Scalability
  • X payments nears launch: what does this mean for commerce and crypto?
  • Russians’ crypto holdings surpass $25.4 billion by mid-2025
  • About
  • Contact Us
  • Privacy Policy
  • Terms of Service
Powered by the Crypto Market Pool team | All Rights Reserved | For Educational & Entertainment Purposes Only