kopia lustrzana https://github.com/bugout-dev/dao
yarn dao script to generate typings to contracts
rodzic
96fc06c798
commit
f435352ade
|
@ -7,7 +7,8 @@
|
||||||
"build": "next build && next export -o build",
|
"build": "next build && next export -o build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix",
|
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix",
|
||||||
"pretty": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\""
|
"pretty": "prettier --write \"./**/*.{js,jsx,json,ts,tsx}\"",
|
||||||
|
"dao": "typechain --target=web3-v1 --out-dir contracts '../build/contracts/*.json'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/icons": "^1.0.14",
|
"@chakra-ui/icons": "^1.0.14",
|
||||||
|
|
Ładowanie…
Reference in New Issue