Skip to content

Latest commit

 

History

History

deploying-solidity-contract-on-plasm-network-v1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deploying Solidity Contract On Plasm Network V1

Result

  • Contract address: 0x18d86db0846c2f0a53bd3858e4db2ea6ea9332551feabd14e03765687f542370
  • Deployment instance: YZQcYXLyyRdmjzfgSattE9RRgBtfyTRkYV6ae69NECKiXd8
  • Owner: 5CobW5xfjXPzUKmeNmJrcSvdj7UkFy11JX9S6zHVRYeHt1Ui

Notes

Convert .sol contract to substrate using solang: https://docs.plasmnet.io/workshop-and-tutorial/solidity

docker run --rm -it -v /Users/hugoo/deploying-solidity-contract-on-plasm-network-v1/contracts:/sources hyperledgerlabs/solang:v0.1.3 -o /sources /sources/flipper.sol

The files generated with latest docker image was not working. The upload of the contract did not work. I had to use v0.1.3

Resources: