Author

Topic: ETHPLORER link to ETHERDELTA (Read 280 times)

sr. member
Activity: 307
Merit: 250
November 27, 2017, 09:35:04 AM
#3
Navigation in etherdelta is complicated for our tokens, especially tokens that are officially listed.

That is why, currently, based on ethplorer, we have created a script that allows us with just one click to consult the tokens stored in your wallet in etherdelta.

Here is a sample
This is what ethplorer looks like originally

https://gdurl.com/ad7m

After executing my script

https://gdurl.com/mONEe

this is the script
Code:
$("#address-token-balances table.table a.local-link").each(function(){var e="https://etherdelta.com/#{{token}}-ETH",t=this.href.split("/"),a=t[t.length-1],n=$(this).parent().next(),l=e.replace("{{token}}",a);n.wrapInner('')});

put then into google chrome web console.


Oh, that's pretty sweat...

Although Etherdelta navigation really isn't that complicated once you're used to it...
I think it has pretty great navigation actually, as you can easily switch from token to token.

Good Luck & Have Fun on your project anyways! :-)
hero member
Activity: 2520
Merit: 952
November 26, 2017, 10:20:23 PM
#2
member
Activity: 84
Merit: 10
November 26, 2017, 10:19:18 AM
#1
Navigation in etherdelta is complicated for our tokens, especially tokens that are officially listed.

That is why, currently, based on ethplorer, we have created a script that allows us with just one click to consult the tokens stored in your wallet in etherdelta.

Here is a sample
This is what ethplorer looks like originally

https://gdurl.com/ad7m

After executing my script

https://gdurl.com/mONEe

this is the script
Code:
$("#address-token-balances table.table a.local-link").each(function(){var e="https://etherdelta.com/#{{token}}-ETH",t=this.href.split("/"),a=t[t.length-1],n=$(this).parent().next(),l=e.replace("{{token}}",a);n.wrapInner('')});

put then into google chrome web console.
Jump to: