@gelatonetwork/limit-orders-lib

v0.3.0
Library for creating limit orders via Gelato
ethereum uniswap limit orders solidity web3 smart contracts gelato

build

yarn generate-contracts-typings && tsc && yarn copy-contracts-types

copy-contracts-types

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

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

test

npx hardhat test
npm i @gelatonetwork/[email protected]

Metadata

Downloads