美文网首页
服务端的项目

服务端的项目

作者: rajs20222007 | 来源:发表于2018-11-18 17:46 被阅读0次

DApp browser https://github.com/TrustWallet/dapps-browser

该项目每次提交一个到master都会自动增加DApp,说明里面做了某个机制了。
看提交记录,里面也只是bump版本号;

Automatic deploys from master using Heroku
Every push to master will deploy a new version of this app. Deploys happen >automatically: be sure that this branch in GitHub is always in a deployable state >and any tests have passed before you push.

本项目是个带UI,展示所有收录的DApp项目;

访问的API是下面的trust-api:
// const url = 'https://trust-api.herokuapp.com';

trust-ray

官方介绍:API for the Trust Wallet

  1. Parsing entire blockchain
    遍历整个区块
  2. Retrieving transactions with operations field for ERC20 contract actions
    获取所有的交易操作域
  3. Retrieving ERC20 token balances
    获取ERC20token余额
  4. Push notification service (not yet implemented)
    给用户推送帐号变化信息

接口能力:

  1. 交易;
  2. 查价;(TokenPrice)
  3. Token;
  4. Price;
  5. 状态;
  6. Push
  7. 设备注册;
  8. assets查资源;

trust-api

这个跟trust-ray介绍有点像,其实本可以合并为一个项目,
但这个是返回如下接口:

  1. DApp分类+DApp项;
  2. 查价格;
  3. 检查App版本(比如是否发布了新的TrustWallet app版本)
  4. 查Token信息
  5. 转发Redirect
  6. Tickers
  7. 收藏(collectibles)接口;

相关文章

  • 使用 Docker + PM2 + Jenkins 部署服务端渲

    服务端渲染的项目打包后,需要使用 Node 运行服务端的脚本文件。在我的服务端渲染项目中,客户端和服务端打包的代码...

  • 七、springCloud配制中心

    此项目还在在之前的项目中进行修改 说明: 配制中心分为服务端、客户端。一个服务端和多个客户端。服务端:就是去连接配...

  • 服务端的项目

    DApp browser https://github.com/TrustWallet/dapps-browser...

  • 第一个vue项目总结

    最近幸运的参与了公司m站重构项目,项目使用了nuxt、vant nuxt是基于vue的服务端渲染框架,服务端渲染有...

  • 简单的React SSR

    0.前言 服务端渲染在项目中不是刚需的东西,但有的时候也是需要做一个服务端渲染,项目要做服务端渲染当然是有很多好处...

  • 网络延时测量程序设计

    项目简介 网络延时测量程序项目需求:1.客户端与服务端能够通信,并能测量网络延时(客户端发送信息给服务端,服务端收...

  • Robotframework+Git+Jenkins实现接口自动

    项目背景 在服务端优化代码或者火星直播项目迭代过程时,服务端每天都会有很多次代码的提交,而要保证每次代码的提交都能...

  • Insomnia失眠者 springboot项目

    Insomnia Insomnia-server 是全栈项目 Insomnia 的服务端代码,项目基于 Sprin...

  • 不同服务端的rocketmq队列的发送与接收

    需求本地项目 既当做Consumer,消费A服务端的消息 又当做Producer,连接B服务端并且生产消息 此时如...

  • Eureka简单介绍

    一、Eureka分为服务端server和客户端client每个服务都是一个项目客户端、服务端、注册中心服务端先向注...

网友评论

      本文标题:服务端的项目

      本文链接:https://www.haomeiwen.com/subject/tdmgfqtx.html