yan-man / sample-structs

Some simple struct examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Structs Example

Quickstart

Clone the repo; install dependencies.

$ git clone https://github.com/yan-man/sample-structs.git
$ npm install

To see the struct setters and getters in action:

$ npx hardhat test

Sample.sol shows the contract where sample structs are defined.

About

Some simple struct examples


Languages

Language:JavaScript 59.3%Language:Solidity 40.7%