Skip to content

Instantly share code, notes, and snippets.

@charlietilt
Last active May 26, 2022 20:44
Show Gist options
  • Save charlietilt/65a7f4980b19aba2b5cb4da43e37590e to your computer and use it in GitHub Desktop.
Save charlietilt/65a7f4980b19aba2b5cb4da43e37590e to your computer and use it in GitHub Desktop.
{
"name": "starknet-contracts",
"version": "1.0.0",
"description": "",
"main": "hardhat.config.js",
"scripts": {
"compile": "npx hardhat starknet-compile",
"compile-no-hint-validation": "npx hardhat starknet-compile --disable-hint-validation",
"test": "npx hardhat test",
"test-local": "npx hardhat test --network dockerEth --starknet-network dockerStark"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@shardlabs/starknet-hardhat-plugin": "^0.5.5",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"hardhat": "^2.9.3",
"lodash": "^4.17.21",
"starknet": "3.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment