filecoin-project / fvm-example-actors

A collection of actors, created and maintained by the FVM community.
12 stars 5 forks source link

How to compile to binary file to deploy the contract #2

Open lyswifter opened 2 years ago

lyswifter commented 2 years ago

@raulk Hi, I wonder how you can get the binary file ERC20.bin when compiling the contract. I wanted to change to another owner address instead of f0100 and parameters to init the contract using Remix but failed. How should I regenerate it?

DeepinScreenshot_select-area_20220923191407

lyswifter commented 2 years ago

maybe using xxd -r -p erc20.hex > erc20.bin