@latticexyz/world

v3.0.0-main-560fd6a0c
World framework

dev

tsup --watch

lint

solhint --config ./.solhint.json 'src/**/*.sol'

test

tsc --noEmit && vitest --run --passWithNoTests && forge test

build

pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts && pnpm run build:js

clean

pnpm run clean:abi && pnpm run clean:js && pnpm run clean:mud

test:ci

pnpm run test

build:js

tsup

clean:js

rimraf dist

build:abi

forge build

build:mud

tsx ./ts/scripts/build.ts && tsx ./ts/scripts/generate-test-tables.ts

clean:abi

forge clean

clean:mud

rimraf src/codegen && rimraf test/codegen

gas-report

gas-report --save gas-report.json

build:abi-ts

abi-ts
npm i @latticexyz/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/17/2024

Downloads