/core

Primary LanguageSolidityMIT LicenseMIT

Numoen Core

Contracts for creating a perpetual options market.

Deployments

Factory has been deployed to 0x1B327eFf5033922B0f88FC4D56C29d7AF5a8ecdB on the following networks:

  • Ethereum Goerli Testnet
  • Arbitrum Mainnet

Installation

To install with Foundry:

forge install numoen/core

Local development

This project uses Foundry as the development framework.

Dependencies

forge install

Compilation

forge build

Test

forge test

Deployment

Make sure that the network is defined in foundry.toml, then run:

sh deploy.sh [network]