@gelatonetwork/relay-context

v4.0.0
Solidity and test helpers for implementing GelatoRelayContext

build

yarn install && yarn compile && npx tsc

clean

yarn hardhat clean && rm -rf dist

compile

npx hardhat compile

deploy

npx hardhat deploy

format

prettier --write '*/**/*.*{js,sol,json,md,ts}'

format:check

prettier --check '*/**/*.*{js,sol,json,md,ts}'

lint

eslint --cache . && yarn lint:sol

lint:ts

eslint -c .eslintrc.json --ext "**/*.ts" "**/*.test.ts"

lint:sol

solhint 'contracts/**/*.sol'

prepare

husky install

prepublishOnly

yarn build && yarn format && yarn lint

test

npx hardhat test

verify

npx hardhat etherscan-verify
npm i @gelatonetwork/relay-context

Metadata

  • MIT
  • >=16.15.1
  • Unknown
  • released 10/8/2024

Downloads