uport-connect icon indicating copy to clipboard operation
uport-connect copied to clipboard

Main uPort library for front end developers

Results 29 uport-connect issues
Sort by recently updated
recently updated
newest added

If I pass `sendTransaction` an object with the `value` parameter of type `string` larger than `"1000000000000000"` (0.001 ether), I do not receive a sign transaction notification on the uPort mobile...

I can't get uport-connect to work on a Rollup.js project Steps to reproduce: `yarn add uport-connect` `yarn start` Then I get this output from the console: ``` yarn add v1.10.1...

When integrating with uPort to log users into a web application, traditional web applications track user sessions on the back-end, binding a session to a given user after the person...

I'm trying to do a contract interaction with a contract deployed in ropsten test net and I'm getting the above error in the mobile app. Dapp client side code: (according...

When doing a simple disclosure request on the client side of my meteor app, I get the following error: ```Uncaught (in promise) Error: Unsupported DID method: 'ethr'``` using this code:...

**Describe the bug** If user dismisses uport modalbox containing QRCode, an error is thrown on console: ```js Uncaught (in promise) TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is...

Below is my GitHub path: https://github.com/cnusrini/ethereum_proofofExistence.git I have declared uport in uportconn.js and imported in home.js in pages . When I am executing the code, its throwing with the message...

I run a permissioned Ethereum network at my lab and I am trying to spin a uPort server to run some tests with a relay client. I am faced with...

Calling `connect.requestDisclosure()` results in a payload that looks like this: ``` { "data": undefined "id": "disclosureReq", "res": { "boxPub": undefined, "did": "did:uport: 2ofYLA3MayP4cMnr6fVHEzpvyckkUMwaqZ3", } } ``` - Should `data` and...