Skip to content

Dev Notes

development notes

  • Home
  • Unveiling the Essence of APIs
  • Empowering Users: The Journey of Custom Ethereum Wallet Development
  • The Growing Significance of APIs in Web Development
  • Deeper dive into what an API is
  • What is API Development Part 1
  • Basic Blockchain Example Code
  • Smart contract development and security
  • Using blockchain tech in recordkeeping
  • A basic NFT modifiers and more…
  • A basic Nft – ERC721
  • Factory Design Pattern with Solidity
  • Smart Contracts and an NFT
  • Blockchain Advantages
  • Dev Notes on Medium
  • blockchain
  • news
  • ethereum
  • integration
  • Api Development
  • Web Development
  • Software Development
  • smart contract development

    Smart contract development.

  • api importance

Tag: rust

Basic Blockchain Example Code

This code defines a Block struct using the Rust Programming Language with fields for the nonce, previous hash, and transactions, and a Blockchain struct with a field for a list of blocks. The Blockchain struct has an implementation with a new method that creates a new empty blockchain and adds a block with a nonce… Continue reading Basic Blockchain Example Code

Featured post

Published January 7, 2023
Categorized as blockchain Tagged basic blockchain example, rust