diff --git a/cross-chain-solidity/anvil/README.md b/cross-chain-solidity/anvil/README.md deleted file mode 100644 index 3631c11..0000000 --- a/cross-chain-solidity/anvil/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Sample Hardhat Project - -This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. - -Try running some of the following tasks: - -```shell -npx hardhat help -npx hardhat test -REPORT_GAS=true npx hardhat test -npx hardhat node -npx hardhat run scripts/deploy.js -npx hardhat run scripts/readCounter.js -``` diff --git a/cross-chain-solidity/swisstronik/README.md b/cross-chain-solidity/swisstronik/README.md deleted file mode 100644 index 0058d98..0000000 --- a/cross-chain-solidity/swisstronik/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Sample Hardhat Project - -This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract. - -Try running some of the following tasks: - -```shell -npx hardhat help -npx hardhat test -REPORT_GAS=true npx hardhat test -npx hardhat node -npx hardhat run scripts/deploy.js -npx hardhat run scripts/increaseCounter.js -```