1.0.0-beta.2 • Published 2 months ago

@orangekit/contracts v1.0.0-beta.2

Weekly downloads
-
License
GPL-3.0-only
Repository
-
Last release
2 months 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.2

2 months ago

1.0.0-beta.1

2 months ago

1.0.0-beta.0

2 months ago