All Projects → trustwallet → trust-api

trustwallet / trust-api

Licence: GPL-3.0 License
No description or website provided.

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to trust-api

Trust Web3 Provider
Web3 javascript wrapper provider for iOS and Android platforms.
Stars: ✭ 210 (+950%)
Mutual labels:  web3, dapps
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (+200%)
Mutual labels:  web3, dapps
Awesome Solidity
⟠ A curated list of awesome Solidity resources, libraries, tools and more
Stars: ✭ 3,078 (+15290%)
Mutual labels:  web3, dapps
start-here
Join our community and build with us. This repository is for Community help and support 💜 ✨
Stars: ✭ 67 (+235%)
Mutual labels:  web3, dapps
dapps-browser
DApps browser
Stars: ✭ 114 (+470%)
Mutual labels:  web3, dapps
svelteWeb3
A simple, dependency minimized package for building modern dApps with Svelte
Stars: ✭ 14 (-30%)
Mutual labels:  web3, dapps
micro-stacks
Tiny libraries for building the next generation of Stacks apps.
Stars: ✭ 56 (+180%)
Mutual labels:  web3, dapps
hivemind
Hive API server (offloads most API calls from hived) implemented using Python+SQL
Stars: ✭ 46 (+130%)
Mutual labels:  web3, dapps
ethjs-extras
All your dApp / App essentials for working with Ethereum.
Stars: ✭ 17 (-15%)
Mutual labels:  web3
solana-web3-demo
a quick demo for solana web3
Stars: ✭ 93 (+365%)
Mutual labels:  web3
ar-nft
👾 A React Native app to visualize your NFTs in AR
Stars: ✭ 71 (+255%)
Mutual labels:  web3
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-35%)
Mutual labels:  web3
expo-solana-wallet
Cross-Platform Solana Wallet built with Expo and Solana/web3.js
Stars: ✭ 122 (+510%)
Mutual labels:  web3
ocean.js
🦑 Ocean Protocol JavaScript library to privately & securely publish, exchange, and consume data.
Stars: ✭ 77 (+285%)
Mutual labels:  web3
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (+25%)
Mutual labels:  web3
developerdao.com
A community of builders who believe in collective ownership of the internet
Stars: ✭ 381 (+1805%)
Mutual labels:  web3
web4
Web4 is a new way to distribute decentralized apps. You only need to deploy one smart contract using WebAssembly to deploy whole web app.
Stars: ✭ 32 (+60%)
Mutual labels:  web3
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-15%)
Mutual labels:  web3
synthetic-loot-viewer
browse synthetic loot
Stars: ✭ 21 (+5%)
Mutual labels:  web3
is-valid-signature
EIP1271 signature checker implementation in JavaScript
Stars: ✭ 18 (-10%)
Mutual labels:  web3

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