Smart Contracts: An Overview
#smartcontracts #decentralizedinternet #ethereumsmartcontract #smartcontractstopstory #smartcontractssolidity #modeldrivensmartcontracts #complexsmartcontracts #hackernoontopstory
https://hackernoon.com/smart-contracts-an-overview-q52t34pb
#smartcontracts #decentralizedinternet #ethereumsmartcontract #smartcontractstopstory #smartcontractssolidity #modeldrivensmartcontracts #complexsmartcontracts #hackernoontopstory
https://hackernoon.com/smart-contracts-an-overview-q52t34pb
Hackernoon
Smart Contracts: An Overview | HackerNoon
Blockchain technology has significantly changed the entire cryptographic space. Its key features are simplicity, decentralization, security, and immutability. It is these qualities that have brought technology great popularity.
A Technical Guide to Writing Smart Contracts with Solidity
#smartcontracts #solidity #ethereum #noneedformiddlemen #smartcontractssolidity #ethereumvirtualmachine #blockchaindevelopment #hackernoontopstory
https://hackernoon.com/a-technical-guide-to-writing-smart-contracts-with-solidity
#smartcontracts #solidity #ethereum #noneedformiddlemen #smartcontractssolidity #ethereumvirtualmachine #blockchaindevelopment #hackernoontopstory
https://hackernoon.com/a-technical-guide-to-writing-smart-contracts-with-solidity
Hackernoon
A Technical Guide to Writing Smart Contracts with Solidity
Smart Contracts are immutable, transparent, secure, and decentralized. Follow this example to learn how to write them with the programming language solidity.
Hacking Solidity: Contracts Using tx.origin for Authorization Are Vulnerable To Phishing
#solidity #smartcontracts #smartcontractssolidity #smartcontractsecurity #txorigin #solidityhack #security #securitytopstory
https://hackernoon.com/hacking-solidity-contracts-using-txorigin-for-authorization-are-vulnerable-to-phishing
#solidity #smartcontracts #smartcontractssolidity #smartcontractsecurity #txorigin #solidityhack #security #securitytopstory
https://hackernoon.com/hacking-solidity-contracts-using-txorigin-for-authorization-are-vulnerable-to-phishing
Hackernoon
Hacking Solidity: Contracts Using tx.origin for Authorization Are Vulnerable To Phishing
Contracts that use the tx.origin to authorize users are vulnerable to phishing attacks.
Hack Solidity: Reentrancy Attack
#solidity #solidityhack #smartcontractssolidity #smartcontracts #smartcontractsecurity #blockchainsecurity #securityissueblockchain #reentrancyattack
https://hackernoon.com/hack-solidity-reentrancy-attack
#solidity #solidityhack #smartcontractssolidity #smartcontracts #smartcontractsecurity #blockchainsecurity #securityissueblockchain #reentrancyattack
https://hackernoon.com/hack-solidity-reentrancy-attack
Hackernoon
Hack Solidity: Reentrancy Attack
Reentrancy attack is one of the most destructive attacks in Solidity smart contract. It occurs when a function makes an external call to another
Hack Solidity: Integer Overflow and Underflow
#solidity #smartcontractssolidity #solidityhack #smartcontracts #smartcontractsecurity #ethereumblockchain #integeroverflowandunderflow #hacksolidity
https://hackernoon.com/hack-solidity-integer-overflow-and-underflow
#solidity #smartcontractssolidity #solidityhack #smartcontracts #smartcontractsecurity #ethereumblockchain #integeroverflowandunderflow #hacksolidity
https://hackernoon.com/hack-solidity-integer-overflow-and-underflow
Hackernoon
Hack Solidity: Integer Overflow and Underflow
Overflow is a situation when uint reaches its byte size. Then the next element added will return the first variable element. This is only for <0.8 Solidity.
How to Solve the First Task of the Ethernaut Game
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethernaut #softwaredevelopment
https://hackernoon.com/how-to-solve-the-first-task-of-the-ethernaut-game
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethernaut #softwaredevelopment
https://hackernoon.com/how-to-solve-the-first-task-of-the-ethernaut-game
Hackernoon
How to Solve the First Task of the Ethernaut Game | HackerNoon
Claim ownership of the contract. Reduce the balance of the contract to 0.
How to Hack Smart Contracts: Self Destruct and Solidity
#solidity #smartcontractssolidity #hacksolidity #smartcontracts #smartcontractsecurity #programming #softwaredevelopment #hackernoontopstory
https://hackernoon.com/how-to-hack-smart-contracts-self-destruct-and-solidity
#solidity #smartcontractssolidity #hacksolidity #smartcontracts #smartcontractsecurity #programming #softwaredevelopment #hackernoontopstory
https://hackernoon.com/how-to-hack-smart-contracts-self-destruct-and-solidity
Hackernoon
How to Hack Smart Contracts: Self Destruct and Solidity
The attacker can create a contract with a selfdestruct() function, send ether to it, call selfdestruct(target) and force ether to be sent to a target.
How to Solve the Second Task of the Ethernaut Game
#solidity #smartcontractssolidity #hacksolidity #smartcontracts #smartcontractsecurity #ethernautgame #ethernautgamesolution #ethernautgamesecondtask
https://hackernoon.com/how-to-solve-the-second-task-of-the-ethernaut-game
#solidity #smartcontractssolidity #hacksolidity #smartcontracts #smartcontractsecurity #ethernautgame #ethernautgamesolution #ethernautgamesecondtask
https://hackernoon.com/how-to-solve-the-second-task-of-the-ethernaut-game
Hackernoon
How to Solve the Second Task of the Ethernaut Game | HackerNoon
This is the second part of my series around Ethernaut Game. In this post, we will deal with Level 2: Fallout.
How to Solve the Level 3 of the Ethernaut Game
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontractsecurity #ethereumblockchain #blockchain #decentralizedinternet
https://hackernoon.com/how-to-solve-the-level-3-of-the-ethernaut-game
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontractsecurity #ethereumblockchain #blockchain #decentralizedinternet
https://hackernoon.com/how-to-solve-the-level-3-of-the-ethernaut-game
Hackernoon
How to Solve the Level 3 of the Ethernaut Game | HackerNoon
In level 3 you have to play a game: coin flip. To complete this level you'll need to guess the correct outcome of a coin flip 10 times in a row
How to Solve the Ethernaut Game's Level 4: Telephone
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethernautgame #ethernautgamelevel4
https://hackernoon.com/how-to-solve-the-ethernaut-games-level-4-telephone
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethernautgame #ethernautgamelevel4
https://hackernoon.com/how-to-solve-the-ethernaut-games-level-4-telephone
Hackernoon
How to Solve the Ethernaut Game's Level 4: Telephone | HackerNoon
In level 4 of the Ethernaut Game, our goal is to claim ownership of the Telephone contract.
How to Solve the Ethernaut Game's Level 5: Token
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethereum #ethernautgame
https://hackernoon.com/how-to-solve-the-ethernaut-games-level-5-token
#solidity #smartcontractssolidity #solidityhack #hacksolidity #smartcontracts #smartcontractsecurity #ethereum #ethernautgame
https://hackernoon.com/how-to-solve-the-ethernaut-games-level-5-token
Hackernoon
How to Solve the Ethernaut Game's Level 5: Token | HackerNoon
In challenge 5 you are given 20 tokens to start with and you will beat the level if you somehow manage to get your hands on any additional tokens.
Smart Contract Codes: How You See It vs. How a Developer Sees It
#blockchain #solidity #smartcontractssolidity #hacksolidity #smartcontracts #solidityhack #crypto #blockchainwritingcontest
https://hackernoon.com/smart-contract-codes-how-you-see-it-vs-how-a-hacker-sees-it
#blockchain #solidity #smartcontractssolidity #hacksolidity #smartcontracts #solidityhack #crypto #blockchainwritingcontest
https://hackernoon.com/smart-contract-codes-how-you-see-it-vs-how-a-hacker-sees-it
Hackernoon
Smart Contract Codes: How You See It vs. How a Developer Sees It | HackerNoon
In this article, I modeled how to visualize codes, and also visually told you how developers or hackers read these codes.
Everything You Need To Know About Contract Lifecycle Management
#contractmanagement #smartcontracts #smartcontractdevelopment #clmsoftware #smartcontractsecurity #smartcontractssolidity #livecontracts #smartcontractstopstory
https://hackernoon.com/everything-you-need-to-know-about-contract-lifecycle-management
#contractmanagement #smartcontracts #smartcontractdevelopment #clmsoftware #smartcontractsecurity #smartcontractssolidity #livecontracts #smartcontractstopstory
https://hackernoon.com/everything-you-need-to-know-about-contract-lifecycle-management
Hackernoon
Everything You Need To Know About Contract Lifecycle Management | HackerNoon
Contract lifecycle management (CLM) is a software-defined, cloud-based project and regulatory management solution to manage contracts. Read on.
Smart Contract Tutorial for Beginners — Lottery dApp [Part 1]
#api3 #smartcontracts #smartcontracttutorial #tutorial #hardhat #solidity #smartcontractssolidity #goodcompany
https://hackernoon.com/smart-contract-tutorial-for-beginners-part-1
#api3 #smartcontracts #smartcontracttutorial #tutorial #hardhat #solidity #smartcontractssolidity #goodcompany
https://hackernoon.com/smart-contract-tutorial-for-beginners-part-1
Hackernoon
Smart Contract Tutorial for Beginners — Lottery dAPP [Part 1]
In this tutorial we’ll be walking through building and deploying a decentralized lottery smart contract in Solidity using [Hardhat].
A Beginner's Guide to Auditing an ERC20 Contract
#erc20 #ethereumblockchain #tokens #ethereum #tokenization #smartcontracts #smartcontractssolidity #audit
https://hackernoon.com/a-beginners-guide-to-auditing-an-erc20-contract
#erc20 #ethereumblockchain #tokens #ethereum #tokenization #smartcontracts #smartcontractssolidity #audit
https://hackernoon.com/a-beginners-guide-to-auditing-an-erc20-contract
Hackernoon
A Beginner's Guide to Auditing an ERC20 Contract | HackerNoon
It is the auditor’s responsibility to test a smart contract for vulnerabilities after the developers have created it.
Solidity 0.8.19: Diving Into User-Defined Operators for User-Defined Value Types
#solidity #smartcontractssolidity #ethereum #blockchaindevelopment #userdefinedvaluetypes #userdefinedoperators #ethereumdevelopment #smartcontracts
https://hackernoon.com/solidity-0819-diving-into-user-defined-operators-for-user-defined-value-types
#solidity #smartcontractssolidity #ethereum #blockchaindevelopment #userdefinedvaluetypes #userdefinedoperators #ethereumdevelopment #smartcontracts
https://hackernoon.com/solidity-0819-diving-into-user-defined-operators-for-user-defined-value-types
Hackernoon
Solidity 0.8.19: Diving Into User-Defined Operators for User-Defined Value Types | HackerNoon
Learn about this gasless abstraction of value types in solidity and the operators feature for them.
How to Understand tx.origin and msg.sender in Solidity
#solidity #smartcontracts #txorigin #smartcontractssolidity #msgsender #smartcontractdevelopment #entrysmartcontract #soliditytutorial
https://hackernoon.com/how-to-understand-txorigin-and-msgsender-in-solidity
#solidity #smartcontracts #txorigin #smartcontractssolidity #msgsender #smartcontractdevelopment #entrysmartcontract #soliditytutorial
https://hackernoon.com/how-to-understand-txorigin-and-msgsender-in-solidity
Hackernoon
How to Understand tx.origin and msg.sender in Solidity | HackerNoon
In this blog post, we will delve deeper into the meanings of tx.origin and msg.sender and why you should learn them too.
How to Deploy a Smart Contract to Ethereum Network Using dRPC API Key and Endpoint
#blockchainapi #drpc #smartcontractdevelopment #smartcontracts #smartcontractssolidity #howtodeployasmartcontract #hackernoontopstory #drpcapikey
https://hackernoon.com/how-to-deploy-a-smart-contract-to-ethereum-network-using-drpc-api-key-and-endpoint
#blockchainapi #drpc #smartcontractdevelopment #smartcontracts #smartcontractssolidity #howtodeployasmartcontract #hackernoontopstory #drpcapikey
https://hackernoon.com/how-to-deploy-a-smart-contract-to-ethereum-network-using-drpc-api-key-and-endpoint
Hackernoon
How to Deploy a Smart Contract to Ethereum Network Using dRPC API Key and Endpoint
This is a step-by-step guide on how to write, compile, test and smart contract to Ethereum testnet using dRPC endpoint and API key.