• Posts
  • Categories

Solana SPL token - Command

Solana CLI and the spl-token tool allows to create tokens, configure authorities, manage accounts, and use advanced extensions introduced with Token-2022.

11 minute read

Solidity ABI Encoding – Overview

This article presents the differences between abi.encode, abi.encodePacked, and abi.encodeWithSignature in Solidity. Use cases, examples, and security tips.

7 minute read

OpenZeppelin v5 Data - Overview

This article explores data structures in OpenZeppelin Contracts v5, including EnumerableSet, DoubleEndedQueue, CircularBuffer, Checkpoints, Heap, and MerkleTree.

6 minute read