#ethereum
Read more stories on Hashnode
Articles with this tag
//SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Counter{ uint count; constructor() public{ count=0; } ...
SOLANA Solana is a high-performance blockchain platform designed to support decentralized applications and cryptocurrencies. Solana aims to provide...
ORACLES In Blockchain oracle is a trusted entity that serves as a bridge between blockchain and the outside world. Oracles provide smart contracts...