1.0.0-beta.3 • Published 1 year ago

@orangekit/contracts v1.0.0-beta.3

Weekly downloads
-
License
GPL-3.0-only
Repository
-
Last release
1 year ago

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 use

To install dependencies run:

pnpm install

Testing

$ pnpm test

Environment 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.

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago