@moralisweb3/core

v2.0.0-alpha.1
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

tsc

dev

tsc --watch
npm i @moralisweb3/[email protected]

Metadata

  • MIT
  • Whatever
  • Moralis
  • released 6/3/2022

Downloads