add hardhat, compile MIPS contract
Showing
hardhat.config.js
0 → 100644
... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
"dependencies": { | "dependencies": { | ||
"@types/node": "^16.9.2", | "@types/node": "^16.9.2", | ||
"ethers": "^5.4.7", | "ethers": "^5.4.7", | ||
"hardhat": "^2.6.4", | |||
"rlp": "^2.2.6", | "rlp": "^2.2.6", | ||
"typescript": "^4.4.3" | "typescript": "^4.4.3" | ||
} | } | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment