Conflux-Chain / conflux-remix

remix based on Conlux Web
Apache License 2.0
3 stars 3 forks source link

support conflux-portal account integration #3

Closed xiaods closed 3 years ago

xiaods commented 4 years ago

Currently, conflux remix every load will generate a random private key and public key. it not match start contract developer's purpose.

xiaods commented 4 years ago

for Conflux context: Account { privateKey: '0x6238653ddcd622...9d9978b771cd99388fd6423f6a3a54be535', address: '0x20e3118c92.7...db06cdd3978e1..3' }

so if we want to add an account to conflux remix plugin, we need provide a input form to let user to add private key and address.

xiaods commented 3 years ago

done