- Notifications
You must be signed in to change notification settings - Fork131
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlashttps://github.com/trustwallet/blockatlas/blob/master/config.yml#L64
License
trustwallet/trust-ray
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
API for the Trust Ethereum Wallet.
- Parsing entire blockchain
- Retrieving transactions with operations field for ERC20 contract actions
- Retrieving ERC20 token balances
- Push notification service (not yet implemented)
APIwiki
- Install required modules:
$ npm install
- Compile TypeScript:
$ npm run build
- Start the app:
$ node dist/server.js
- Run tests:
$ npm run build && npm test
Install docker and docker-compose.
Set in~/.bashrcexport COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
Set in .envMONGODB_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
We intend for this project to be an educational resource: we are excited toshare our wins, mistakes, and methodology of iOS development as we workin the open. Our primary focus is to continue improving the app for our users inline 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, andsteps to reproduce reported bugs. Keep in mind that all participants will beexpected to follow our code of conduct.
We aim to share our knowledge and findings as we work daily to improve ourproduct, for our community, in a safe and open space. We work as we live, askind and considerate human beings who learn and grow from giving and receivingpositive, constructive feedback. We reserve the right to delete or ban anybehavior violating this base foundation of respect.
About
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlashttps://github.com/trustwallet/blockatlas/blob/master/config.yml#L64