h00p30 / 8bitArray

8bitArray is an implementation of an array in huff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8bitArray

8bitArray is an implementation of an array in huff, it can store up to 32 8-bit values in a single storage slot. 8bitArray does all the bitwise operations so you don't have to.

DISCLAMER: contracts are not audited nor optimized

Prerequisities

Make sure you have the following programs installed:

Tests

To run tests:

    forge install
    forge test

NB: foundry template is from this article.

Bytecode

You can generate the bytecode for the testing interface yourself with this:

    huffc src/8bitArray_testingInterface.huff --bytecode

About

8bitArray is an implementation of an array in huff.


Languages

Language:Solidity 100.0%