paratii-player icon indicating copy to clipboard operation
paratii-player copied to clipboard

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).

Results 57 paratii-player issues
Sort by recently updated
recently updated
newest added

We already have working modals, and design, for modals to "show the seed" and "send ether" etc. These are the following modals: - show Seed - restore keystore - send...

enhancement
refactoring
UX
test

### Description: The red modal basically just stays there, bothering you. #### Steps to Reproduce: 1. Make a new account with an empty wallet. 2. Go to a video with...

optimization
UX

we need to check the code, and promisify the calls, or pass a callback, in all cases where we do not want the blocking behaviour (i.e. everywhere)

optimization
refactoring

On ios after the fullscreen forced by the OS, when you go back to the application the navigation stay hidden.

bug

It looks cool but perhaps still somehwat immature: https://github.com/trufflesuite/ganache

devops

Tests on circleci take more than 15 minutes to run. This slows down or workflow. This can be optimized by parallizing tasks (low-haning fruit are running the chimp and the...

devops

* Move code that itneracts with the contracts to the paratii-contracts repository (and isntall that as a package) * Move the "database syncronization" code to a separate package * Try...

documentation

Premiss: * The player needs to do transactions autonomously/transparently. The player needs to do many small transactions (e.g. downloading from 5 peers = at least 5 payments), and we do...

documentation

Now, keystores are set in localstorage with the following keys: `keystore-anonymous` `keystore-{userId}` the last one needs to become `keystore-{ethereumadderss}`, so we can find it (in theory) also when we remove...

refactoring