Common configuration for EthereumJS libraries
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.
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.