paratii-player
paratii-player copied to clipboard
Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
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...
### 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...
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)
On ios after the fullscreen forced by the OS, when you go back to the application the navigation stay hidden.
It looks cool but perhaps still somehwat immature: https://github.com/trufflesuite/ganache
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...
* 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...
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...
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...