All Projects → trustwallet → Trust Ray

trustwallet / Trust Ray

Licence: gpl-3.0
☁️ 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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Trust Ray

Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-68.02%)
Mutual labels:  blockchain, ethereum, cryptocurrency, erc20
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+4.65%)
Mutual labels:  blockchain, ethereum, cryptocurrency, dapps
Consensys Academy Notes
A series of notes that were taken during the ConsenSys Academy program.
Stars: ✭ 138 (-19.77%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Status Network Token
Smart Contracts for the Status Contribution Period, along with Genesis and Network Tokens
Stars: ✭ 138 (-19.77%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-19.19%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-22.67%)
Mutual labels:  blockchain, ethereum, erc20
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-20.93%)
Mutual labels:  ethereum, cryptocurrency, erc20
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-6.98%)
Mutual labels:  blockchain, ethereum, erc20
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-25.58%)
Mutual labels:  blockchain, ethereum, erc20
Ebtc
eBitcoin (eBTC) is an ERC20 token. Its primary utility is to provide an easy & fast payment solution. Its edge over other tokens is that it is capable of sending up to 255 payments in a single transaction.
Stars: ✭ 149 (-13.37%)
Mutual labels:  blockchain, ethereum, cryptocurrency
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-18.02%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Tokenbalance
Simple Ethereum API to get your ERC20 Token Balance along with useful information
Stars: ✭ 163 (-5.23%)
Mutual labels:  ethereum, cryptocurrency, erc20
Awdy
are we decentralized yet? an analysis of how truly decentralized cryptocurrency networks are
Stars: ✭ 133 (-22.67%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Contracts
Smart contracts comprising the business logic of the Matic Network
Stars: ✭ 130 (-24.42%)
Mutual labels:  blockchain, ethereum, dapps
Mastering Ethereum
分散アプリケーションプラットフォーム「ethereum」の入門書
Stars: ✭ 165 (-4.07%)
Mutual labels:  blockchain, ethereum, dapps
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: ✭ 128 (-25.58%)
Mutual labels:  blockchain, ethereum, erc20
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-18.6%)
Mutual labels:  blockchain, ethereum, erc20
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+1130.23%)
Mutual labels:  ethereum, cryptocurrency, erc20
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-31.4%)
Mutual labels:  blockchain, ethereum, cryptocurrency
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-30.81%)
Mutual labels:  blockchain, ethereum, cryptocurrency

☁️ Trust Ray ☁️

Greenkeeper badge

Build Status License HitCount Black Duck Security Risk

API for the Trust Ethereum Wallet.

Features

  • Parsing entire blockchain
  • Retrieving transactions with operations field for ERC20 contract actions
  • Retrieving ERC20 token balances
  • Push notification service (not yet implemented)

API wiki

Deploy on Heroku

Deploy

Locally (without docker)

  • Install required modules: $ npm install
  • Compile TypeScript: $ npm run build
  • Start the app: $ node dist/server.js
  • Run tests: $ npm run build && npm test

Docker containers

Install docker and docker-compose.

Set in ~/.bashrc export COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml

Set in .env MONGODB_URI=mongodb://mongodb:27017/trust-wallet

Dev tool:

  • Run build for npm install and build ./trust build

  • Start app in docker ./trust run

  • Stop docker containers ./trust stop

  • App logs ./trust logs

Authors

Contributing

We intend for this project to be an educational resource: we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app for our users in line with our roadmap.

The best way to submit feedback and report bugs is to open a GitHub issue. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs. Keep in mind that all participants will be expected to follow our code of conduct.

Code of Conduct

We aim to share our knowledge and findings as we work daily to improve our product, for our community, in a safe and open space. We work as we live, as kind and considerate human beings who learn and grow from giving and receiving positive, constructive feedback. We reserve the right to delete or ban any behavior violating this base foundation of respect.

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].