Ben Baron

Results 236 comments of Ben Baron
trafficstars

Actually, re-reading that one it's not really a dupe as it mentions unlocking some UI.

Turns out Ethplorer doesn't have a price for REP tokens: ``` β–Ώ Optional β–Ώ some : TokenInfoResponse β–Ώ address : Optional - some : "0x1985365e9f78359a9b6ad760e32412f4a445e862" β–Ώ name : Optional -...

This is the JSON we're getting: ``` { "address": "0x1985365e9f78359a9b6ad760e32412f4a445e862", "name": "Reputation", "decimals": "18", "symbol": "REP", "totalSupply": "11000000000000000000000000", "owner": "", "lastUpdated": 1552544919, "issuancesCount": 0, "holdersCount": 7717, "ethTransfersCount": 0, "price": false...

Marking blocked as we can't switch to Amberdata yet

Looks like we can either use this Swift port of web3.js https://github.com/argentlabs/web3.swift or we can just directly use web3.js using the iOS JS bridge https://stackoverflow.com/questions/37434560/can-i-run-javascript-inside-swift-code First one would be more...

Actually @wolffan pointed me to an ENS implementation based on the other web3swift framework. Here's the example code: https://github.com/AlphaWallet/alpha-wallet-ios/blob/master/AlphaWallet/Tokens/Coordinators/GetENSOwnerCoordinator.swift I'm going to see if I can fork the web3swift repo...

This is partly done already now I think

@ricburton how many do they actually have?

I have another ticket about finding the best api key storage solution. For now the free key for ethplorer is included in the code so it’ll still work. @ricburton remember...

I ended up finding a small application called PS3 GamePad Test that includes source code and your docker imager compiles it perfectly, including `make pkg`. It's a perfect starting place...