0.1.0 • Published 1 year ago

@faircrypto/magic-numbers v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

MagicNumbers Library

Copyright (c) Fair Crypto Foundation 2023

License: MIT

Description

The purpose of this library is to provide Ethereum community with a well-tested suite of gas-efficient functions dealing with special ('magic') numbers:

  • primes
  • Fibonacci numbers ('fibs')
  • etc.

Installation

Library uses Truffle Suite for testing & deployment

Install Truffle Suite (if not yet installed)

Install dependencies

npm install

Tests

Tests are run on a local on-demand blockchain (Ganache)

truffle test

Deployed Instances

Instances of the Library deployed on various networks (including testnets) will be added below.

No deployments yet

Contributions

PRs / discussions from community are very welcome at any time.