Skip to content

lchy123/ethers000

Repository files navigation

Operations

compile contract.

pnpm solcjs --bin --abi --include-path node_modules --base-path . -o . SimpleStorage.sol

formater

pnpm prettier --write *.js
pnpm prettier --write --plugin=prettier-plugin-solidity *.sol

typechain

pnpm i -D typechain @typechain/ethers-v6
pnpm typechain --out-dir . --target ethers-v6 *.abi

Releases

No releases published

Packages

No packages published