@gelatonetwork/limit-orders-react

v2.8.2
React Library for creating limit orders via Gelato
ethereum uniswap limit orders solidity web3 smart contracts gelato

build

npx rollup -c

copy-contracts-types

cp ./src/contracts/types/*.d.ts ./dist/src/contracts/types

copy-assets

cp ./src/react/assets/**/*.png ./dist/src/react/assets

format

prettier --write .

generate-contracts-typings

typechain --target=ethers-v5 --outDir src/contracts/types './src/**/abis/*.json'

lint

eslint --cache .

prepare

yarn build && yarn format && yarn lint

pre-commit

yarn prepare
npm i @gelatonetwork/limit-orders-react

Metadata

Downloads