Skip to content

Instantly share code, notes, and snippets.

View JesuscoinsIII's full-sized avatar

NFV.Modal JesuscoinsIII

View GitHub Profile
@JesuscoinsIII
JesuscoinsIII / README.md
Created July 25, 2024 21:02
Keybase identity verification

Keybase proof

I hereby claim:

  • I am jesuscoinsiii on github.
  • I am jesuscoinsiv (https://keybase.io/jesuscoinsiv) on keybase.
  • I have a public key ASBf4RmZlmHT-5uT97w0yDFhtVZv74J7ln4TiushnybcHwo

To claim this, I am signing this object:

@JesuscoinsIII
JesuscoinsIII / .block
Created July 30, 2024 10:50 — forked from dysbulic/.block
Solar Clock
license: gpl-3.0
height: 230
border: no
@JesuscoinsIII
JesuscoinsIII / .block
Created July 30, 2024 10:50 — forked from dysbulic/.block
Solar Clock
license: gpl-3.0
height: 230
border: no

Step 1: Solidity Smart Contract for Parking Tokens

This smart contract will allow users to purchase tokens that represent parking spots, and they can redeem these tokens for parking time.

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;