PointToken

Results 13 comments of PointToken

This is a fantastic project and I hope it continues to get love. Note that to run it on latest AWS, the node version in the serverless.yml needs to be...

Any update on this? It appears nested querying in eve is still broken...

Trust Wallet injects it: ``` this.web3 = this.windowRef.nativeWindow.web3.currentProvider;``` Are there any websites or dexes that one can navigate to from Trust Wallet and create a valid signed order?

@fabioberger no the order is not able to be filled.

+1 on this -- and thanks to papakai for the workaround

@papakai -- seems like you missed an additional for/of, which is tripping up the transpiler, even in your fork. Line 111 of https://github.com/hexonet/idna-uts46/blob/master/uts46.js has ES6 syntax as well. Can you...

You may be interested in my PR on eth-js https://github.com/ethjs/ethjs/pull/5 and my comment on eth-js query https://github.com/ethjs/ethjs-query/issues/7 that demonstrates how eth_getLogs is kind of broken. I had to use web3...

@dekz ok, thanks for clarifying.You may want to amend the code in the launch kit, as it doesn't follow the pattern you describe.

@dekz Thanks for clarifying. Can you clarify the "available now" statement. For example, if there are no open orders for NFT #123, does it still get shown in the call...

@igorline that's very inefficient. there must be an api call, either on chain or off chain, but I don't see one anywhere