First, you neet to create typescriptFile
//1
npx create-next-app@latest -- typescript
//2
npm install --save-dev hardhat
//3
npx hardhat
//4 and then test for was it complete
npx hardhat test
//5
npx hardhat compile
If you have an error
pls npm i @nomicfoundation/hardhat-toolbox
last i want to get test eth AC and PV key
run npx hardhat node
then just put in My MetaMask
'블록체인' 카테고리의 다른 글
eip 1559에 대해서 (0) | 2022.05.13 |
---|---|
온체인과 오프체인 (0) | 2022.05.11 |
블록체인 트릴레마와 컨센서스알고리즘에대해 (0) | 2022.05.09 |
채굴이란?(작업증명 +보상) (0) | 2022.05.09 |
블록체인 이론(스프린트리뷰1) (0) | 2022.05.09 |