@opengsn/dev

v3.0.0-beta.6
[GSN, the Ethereum Gas Station Network](https://opengsn.org/) abstracts away gas to minimize onboarding & UX friction for dapps.

tsc

tsc

watch-tsc

tsc -w --preserveWatchOutput

lint

eslint -f unix .

lint-fix

yarn lint --fix

solpp

yarn --cwd="../.." solpp

truffle-console

truffle console

truffle-compile

truffle compile

test-local

ENABLE_CONSOLE_LOG=1 yarn solpp && npx truffle test --compile-all

gas-calculations

ENABLE_CONSOLE_LOG=0 yarn solpp && GAS_CALCULATIONS=1 truffle test test/RelayHubGasCalculations.test.ts test/PaymasterCommitment.test.ts --compile-all --network npmtest

test-webpack

TEST_WEBPACK=1 truffle test test/RelayServer.webpack.test.ts --network npmtest

test-only

truffle test --network npmtest

rm-dist

rm -rf tsconfig.tsbuildinfo dist build
npm i @opengsn/[email protected]

Metadata

Downloads