Home

Awesome

bit-magic-huff-speedrun

Speedrun of @saxenism's Solidity - Bit Magic using Huff.

Getting Started

Requirements

The following will need to be installed. Please follow the links and instructions.

Quickstart

  1. Clone this repo or use template
git clone git@github.com:devtooligan/bit-magic-huff-speedrun.git
cd bit-magic-huff-speedrun
  1. Install dependencies

Once you've cloned and entered into your repository, you need to install the necessary dependencies. In order to do so, simply run:

forge install
  1. Build & Test

To build and test your contracts, you can run:

forge build
forge test

For more information on how to use Foundry, check out the Foundry Github Repository and the foundry-huff library repository.