Thanks to visit codestin.com
Credit goes to github.com

Skip to content

victoryeo/testSC

Repository files navigation

how to run the typescript code

npx hardhat run scripts/quorumSC.ts

test smart contract written in solidity

testStore.sol

test mload, sload, mstore

testCall.sol

test low level of smart contract method

testBytes.sol

test dynamically sized byte array.
In solidity, bytes can be 1 byte, 2 byte, or any bytes.
As an example, to pass argument to fill_hklid method, pass "0xffee".

About

solidity smart contract for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published