paritytech / polkassembly

Polkassembly now has a new home:
https://github.com/Premiurly/polkassembly
Apache License 2.0
30 stars 37 forks source link

Regarding web3 address login #1105

Open vsiryxm opened 3 years ago

vsiryxm commented 3 years ago

Please ask a question, I am doing a web3 address login function, does APPNAME fill in casually or do I need to register with a third party?

niklabh commented 3 years ago

APPNAME is constant. Need to be passed into web3Enable for extension dapp. https://github.com/paritytech/polkassembly/blob/1dbdc73319e1c95323ff128e31babfae6a9b84a1/front-end/src/global/appName.ts

vsiryxm commented 3 years ago

Thank you very much