Viny BNB

Results 3 issues of Viny BNB

Here is my code: ``` const uport = new Connect('MyApp', { network: "mainnet", profileImage: {"/": "/ipfs/Qmej9WXC1wmxq9Zeb1TngtLJbVhFxrtzpEjwnkQoTThk5W"}, bannerImage: {"/": "/ipfs/QmXuH4EfrLQt2fafeGs1GyHjq71CdKp9E3esiq5vYQvLUM"}, description: "MyApp", }) ``` MyApp is registered on https://developer.uport.me/myapps/ and uPort...

``` import { Connect, SimpleSigner } from 'uport-connect'; const uport = new Connect('MyApp', { network: "mainnet", clientId: '', signer: SimpleSigner('') }) ``` What's wrong with my code?

![error3](https://user-images.githubusercontent.com/5296310/79406245-bc6e1200-7fc0-11ea-9f05-e8d07098fef6.png) I need clientId and signing key to connect uPort but uPort app manager is not working. How can I overcome it?