Solidity Programming Language – State Variable, Local Variable, Global variable
(State Variable in solidity | what are stable variable in solidity): These are the variable which is declared inside the...
Solidity Programming Language – Mainnet & Testnet & Metamask details and Installation
(Mainnet vs Testnet) & What is metamask? | Metamask Installation Mainnet and Testnet are two different environments used in the...
Solidity Programming Language – Data Types
What is the difference between signed and unsigned integers? The key difference between signed and unsigned integers is that signed...
Solidity Programming Language – Smart Contract Compiler
This is a video on the smart contract compiler, where compiler components are explained. GITHUB REPO: https://github.com/crytic/evm-opcodes REMIX ID: https://remix.ethereum.org...
Solidity Programming Language – Introduction
This is an introductory video on solidity programming language including the syntax of solidity code on remix id.
HackTheBox – Forgot Walkthrough – In English
┌──(root㉿kali)-[/home/kali/Downloads] └─# nmap -A 10.10.11.188 http://10.10.11.188/ http://10.10.11.188/forgot Here we have a way to enumerate users (for instance, admin exists): If we take...
HackTheBox – Squashed Walkthrough – In English
┌──(root㉿kali)-[/home/kali/Downloads] └─# nmap -A 10.10.11.191 ┌──(root㉿kali)-[/home/kali/Downloads] └─# showmount -e 10.10.11.191 ┌──(root㉿kali)-[/home/kali/Downloads] └─# mkdir /tmp/www /tmp/home_test ┌──(root㉿kali)-[/home/kali/Downloads] └─# sudo mount -t...
On Chain vs Off Chain : Data
On Chain Data Off Chain Data On-chain data storage is storage of information with the transactions. Off-chain data storage is...
Unlocking the future in blockchain
Unlocking the future in blockchain involves exploring and harnessing the full potential of blockchain technology to drive innovation, solve problems,...
Public Blockchain vs Private Blockchain
Public Blockchain Private Blockchain Available to everyone with an internet connection. Similarities to traditional databases. Expensive transactions and storage. Cost...