1.0.0-beta.3 • Published 1 year ago
@orangekit/contracts v1.0.0-beta.3
OrangeKit Contracts
Smart contracts powering OrangeKit.
Development
Installation
This project uses pnpm as a package manager (installation documentation).
First, make sure you have the right node version used:
nvm useTo install dependencies run:
pnpm installTesting
$ pnpm testEnvironment Setup
This project uses dotenv-safer,
which provides environment variable checking. If there is a field in
.env.example but not .env, execution will halt early with an error.
As of today, only MAINNET_RPC_URL must be set. This value is used in tests
to fork the mainnet Ethereum chain.