Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 537 Bytes

ethereumjs-config

Common configuration for EthereumJS libraries

Usage

For guidance on how to to use configuration within an EthereumJS repo see the different config files (e.g. tsconfig.json) on the RLP library for reference.

Development

This is a lerna monorepo. You need to have lerna installed globally in your system.

Bootstrapping:

lerna bootstrap

Publication is done manually with npm publish from the package directories.