Skip to content

Instantly share code, notes, and snippets.

View BlockFather's full-sized avatar

BlockFather BlockFather

View GitHub Profile
@BlockFather
BlockFather / gsap-3-cube-walk.markdown
Created February 10, 2023 19:37
GSAP 3 Cube Walk
@BlockFather
BlockFather / WavePortal.sol
Created October 12, 2021 00:39 — forked from adilanchian/WavePortal.sol
Section 2: Write and deploy your WavePortal smart contract to a local Ethereum network
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "hardhat/console.sol";
contract WavePortal {
uint256 totalWaves;
constructor() {