Skip to content

BlockchainLabsNZ/solidity-struct-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StructLite

The solidity compiler tries it's best, but let's help it out a little. This library saves you gas when you are using structs that require more read access than write access.

Getting Started

Prerequisites

  • A solidity contract that makes use of the struct type

Installation

Install node dependencies

npm install

Usage

node index.js ExampleContract.sol

Running the tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published