Skip to content

PraneshASP/huff-math

Repository files navigation

Huffmath • Testslicense solidity

A math library implementation using Huff.

What?

This repo contains smart contracts for simple math operations implemented using Huff. Though there are testcases implemened the contracts are not audited. Use at your own risk.

Requirements

The following will need to be installed in order to use this repo. Please follow the links and instructions.

  • Git
    • You'll know you've done it right if you can run git --version
  • Foundry / Foundryup
    • This will install forge, cast, and anvil
    • You can test you've installed them right by running forge --version and get an output like: forge 0.2.0 (f016135 2022-07-04T00:15:02.930499Z)
    • To get the latest of each, just run foundryup
  • Huff Compiler
    • You'll know you've done it right if you can run huffc --version and get an output like: huffc 0.2.0

Quickstart

  1. Clone this repo:
git clone https://github.com/PraneshASP/huff-math
cd huff-math
  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.

Blueprint

lib
├─ forge-std — https://github.com/foundry-rs/forge-std
├─ foundry-huff — https://github.com/huff-language/foundry-huff
src
 ├─ Math.huff — Huff library for simple math operations (experimental)
 ├─ WadRayMath.huff - Optimized Huff library for high presicion math (upto 27 digit decimals)
test
 ├─ Math.t.huff
 └─ WadRayMath.t.huff

License

The Unlicense

Acknowledgements

TODO

  • Add support for ln() and exp()
  • Add fuzz tests
  • Handle reverts with reason string??

Disclaimer

These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk.

About

This repo contains smart contract to perform basic arithmetic operations implemented using Huff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published