Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 924 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 924 Bytes

Address-Library-Sample

The AddrArrayLib Library provides utility functions to work with address[] types

Version

Truffle v5.1.41 (core: 5.1.41)
Solidity v0.6.2 (solc-js)
Node v12.14.0
Web3.js v1.2.1
Ganache v2.5.4

Setup

Run

  • Open Ganache from Desktop.
  • To compile the TokenContract and libraries run: truffle compile
  • To Deploy the TokenContract run: truffle migrate --reset

Test

  • Open Ganache from Desktop.
  • To Test the library with the provided TokenContract run: truffle test