Skip to content

Instantly share code, notes, and snippets.

View alexanderpersson's full-sized avatar

Alexander Persson alexanderpersson

  • Zmarta
  • Helsingborg
View GitHub Profile
// Which version of the compiler code is built against
pragma solidity >=0.8.0 <0.9.0;
// Importing a package, in this case console
import "hardhat/console.sol";
// A holder of properties
struct Person {
// A property called name of type string