Conflux-Chain / conflux-truffle

A tool for developing smart contracts on Conflux.
https://confluxnetwork.org
MIT License
25 stars 12 forks source link

support cip37 address #22

Closed wangdayong228 closed 3 years ago

wangdayong228 commented 3 years ago
  1. support CIP37
  2. use base32 address for request and hex40 address for response in provider proxy
  3. format to base32 address for console output and save to build result
  4. correct networkID, not use chainID + 10000

This change is Reviewable