AlayaNetwork / Developer-Events

Community Verification Event for the Ethereum-compatible Version of PlatON | Alaya
MIT License
10 stars 17 forks source link

adybose - Open Zappelin Crowdsale smart contract migration verification #43

Open adybose opened 2 years ago

adybose commented 2 years ago

Project Name: Open Zappelin Crowdsale smart contract migration verification

Project repository: https://github.com/adybose/platon-open-zeppelin-crowdsale-contract

Development tools/resources used: Remix, Truffle,platon-truffle, alaya-truffle, MetaMask,Ethereum Web3.js

Scheduled completion date: November 14, 2021

The expected content of delivery: Document and video guides for the Crowdsale.sol smart contract on the Alaya and PlatON test networks.

Contact info: https://t.me/adybose

LAT address (PlatON main network LAT account address for receiving rewards): lat1ddlvxzr66tel59jd8ta6ml6cn85jldzg7ym3ky

dugusanfeng commented 2 years ago

The current version of platon-truffle does not support the writing of address(0x0) or address(0). It needs to be modified to the format of address(uint160(0)). The latest version supports it but has not been released to the npm repository.