All Projects → DeltaBalances → Deltabalances.github.io

DeltaBalances / Deltabalances.github.io

Licence: gpl-3.0
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deltabalances.github.io

Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+93.75%)
Mutual labels:  blockchain, ethereum, erc20, token
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (+30.47%)
Mutual labels:  blockchain, ethereum, token
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+25%)
Mutual labels:  blockchain, ethereum, erc20
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (+89.84%)
Mutual labels:  blockchain, erc20, token
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (+3.91%)
Mutual labels:  blockchain, ethereum, erc20
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (+9.38%)
Mutual labels:  blockchain, ethereum, erc20
Framework
0xcert Framework - JavaScript framework for building decentralized applications - build something unique
Stars: ✭ 213 (+66.41%)
Mutual labels:  blockchain, ethereum, token
Trust Ray
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlas https://github.com/trustwallet/blockatlas/blob/master/config.yml#L64
Stars: ✭ 172 (+34.38%)
Mutual labels:  blockchain, ethereum, erc20
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+147.66%)
Mutual labels:  ethereum, erc20, token
Eth Hodler
A simple DApp & ERC20 token written in Solidity running on the Ethereum blockchain www.hdao.org
Stars: ✭ 31 (-75.78%)
Mutual labels:  blockchain, ethereum, erc20
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+9011.72%)
Mutual labels:  blockchain, ethereum, token
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: ✭ 128 (+0%)
Mutual labels:  blockchain, ethereum, erc20
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (+71.88%)
Mutual labels:  ethereum, erc20, token
Awesome Token Sale
Curated list of token sale resources / ICO resources
Stars: ✭ 149 (+16.41%)
Mutual labels:  blockchain, ethereum, token
Universaltoken
Implementation of Universal Token for Assets and Payments
Stars: ✭ 176 (+37.5%)
Mutual labels:  ethereum, erc20, token
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-57.03%)
Mutual labels:  blockchain, ethereum, erc20
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-60.94%)
Mutual labels:  blockchain, ethereum, erc20
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-25%)
Mutual labels:  blockchain, ethereum, token
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-1.56%)
Mutual labels:  blockchain, erc20
Eth Cli
CLI swiss army knife for Ethereum developers
Stars: ✭ 109 (-14.84%)
Mutual labels:  blockchain, ethereum

DeltaBalances.github.io

A community tool to make Ethereum-based decentralized exchanges a little easier.

  • View all your ERC20 token balances in one place (including deposited balances)
  • Retrieve and export a history of all your DEX trades.
  • Look at the details of your transactions with decentralized exchanges.

DeltaBalances runs fully client side, powered by Etherscan and Infura.

Smart contract

Want to check a lot of token balances in your Dapp? Try the DeltaBalances smart contract

Batch hundreds of tokens into a single web3 request:

  • Get the token balance for multiple tokens
  • Get the deposited exchange balance for multiple tokens
  • Get the token allowance for multiple tokens

Contract iterations:
V5, V4, V3, V2, V1

Exchange support

Supported Decentralized exchanges for each website feature.

Exchange Deposited Tokens Recent Tx Tx Info Trade History
0x Instant (0x v2 & v3) - Yes Yes No
0x Protocol v1 - Yes Yes Yes
0x Protocol v2(.1) - Yes Yes Yes
0x Protocol v3 - Yes Yes Yes
AirSwap v1 - Yes Yes Yes
Bancor v1 - Yes Yes No
BancorX cross-chain - Yes Yes No
DDEX hydro 1.0 - Yes Yes Not yet
DDEX hydro 1.1 - Yes Yes Yes
Decentrex † Yes Yes Yes Yes
Dexy † Yes No No No
EasyTrade - Yes Yes Yes
Enclaves Dex † Yes Yes Yes Yes
DiversiFi v1 Etfinex trustless v1 (v2*) - Yes Yes Yes
Eth2Dai - Yes Yes Yes
ETHEN Yes Yes Yes Yes
EtherC Yes Yes Yes Yes
EtherDelta † Yes Yes Yes Yes
ETHEX † - Yes Yes Yes
ForkDelta Yes Yes Yes Yes
IDEX v1 Yes Yes Yes No
IDEX v2 Yes Yes Partial No
Joyso Yes Not yet Not yet No
Kyber Network v1 - Yes Yes Yes
Oasis OasisDex † - Yes Yes Yes
OasisDirect - Yes Yes No
SingularX Yes Yes Yes Yes
SwitchDex Yes Yes Yes Not yet
Switcheo v1 Yes Partial (WIP) Partial (WIP) Not yet
Switcheo v2 Yes Not yet Not yet Not yet
Token Store (ETH) † Yes Yes Yes Yes
Token store Instant-trade † - Yes Yes No
Uniswap v1 - Yes Yes Not yet

(† = Exchange is no longer active)
* Ethfinex v2 uses 0x v2

Requirements for support

Exchange contract features required per page.

  • Token Balances: Needs a contract with a public balance function with 1 or 2 parameters, like balanceOf(.. , ..).
  • Recent transactions: Parses function input for transactions, needs published smart contract code.
  • Trade history: Parses trade events for transactions, needs published smart contract code.
  • Transaction info: Parses function input and emitted events for 1 transaction, needs published smart contract code.
0x Protocol Relayers

Multiple exchanges that all use the same 0x Protocol smart contract (V1 or V2). Popular relayers will be displayed by name, others will show up as unknown 0x.

Some of the many named relayers:
Radar Relay, DDEX (v1, 2018), Paradex, Ethfinex trustless v2, OpenRelay, Tokenlon
See config/addresses.js for the full list of named relayers.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].