PointToken
PointToken
When attempting to sign a typed order from Trust Wallet, the signature fails validation. Here is the code to create the signature ``` const signedOrder = await signatureUtils.ecSignTypedDataOrderAsync( this.web3, order,...
When launching the 0x instant ui on a mobile browser, there is no close dialog and the user can't escape the UI other than navigating backward.
The convention when writing Solidity Smart Contracts is to capitalize events (http://solidity.readthedocs.io/en/develop/structure-of-a-contract.html#events) aka ``` contract SimpleAuction { event HighestBidIncreased(address bidder, uint amount); // Event function bid() payable { // ......
https://github.com/ethjs/ethjs/blob/master/docs/user-guide.md has an image from bignumber.js but ethjs uses BN.js, different animal.
Kumavis suggested I submit a PR with a broken test. That was a little tricky, since your policy doesn't allow commits with broken tests, so you'll have to rem back...
What are the expectations for a relayer broadcasting ERC721 orders in the asset_data call https://github.com/0xProject/standard-relayer-api/blob/master/http/v2.md#get-v2asset_pairs? Because the NFT id is encoded in the asset data, it behaves a little differently...
Because the NFT contract doesn't implement tokenOfOwnerByIndex how does one get a list of wizards by address?
Hi Guys - Love the library. We are using it in several places as we continue to develop our decentralized reward and loyalty system. One thing we do is use...
Docs say there is an addHexPrefix but there isn't
Great library! It might be useful in the docs to show how to configure the library, as follows: ``` const seasons = new Isotope({ domain: "seasons", key: "id" }, {...