I need help with OpenZepellin solidity running web3.eth.abi.encodeParameter

RaymunDevRaymunDev Member Posts: 4
i cant get the encodeParameter to run within openZepellin (solidity) Framework

can someone assist. ive taken out the following code to just run in cmd.. node..


--install
npm install [email protected]

--run simple encodeParameter

web3.eth.abi.encodeParameter('uint256', '2345675643');
> "0x000000000000000000000000000000000000000000000000000000008bd02b7b"

Sign In or Register to comment.