@moralisweb3/core

v2.0.0-alpha.2
The `@moralisweb3/core` should be used in _every_ application that uses Moralis. It is already included if you install the unbrella package `moralis`.

test

yarn jest --runInBand --detectOpenHandles --forceExit

test:ci

yarn test --ci

test:coverage

yarn run test --coverage

test:watch

yarn run test --watch

format

prettier . "**/*.+(js|ts|json)" --write

format:check

prettier . "**/*.+(js|ts|json)" --check

lint

eslint . --ext .js,.ts,.tsx,jsx

clean

rm -rf lib && rm -rf lib.esm && rm -rf tsconfig.tsbuildinfo

build

rollup -c

build:dev

dev=true rollup -c

dev

rollup -c --watch
npm i @moralisweb3/[email protected]

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 7/18/2022

Downloads