GithubHelp home page GithubHelp logo

dapps's Introduction

DApps for TokenPocket

Overview

This repo is to add and update the DApps and DApp logos on TokenPocket according to the community requirements. Once the PR is merged, your DApp or logo will be updated on TokenPocket. Please read the following tutorials.

Donation for DApp listing

According to the DAO, the donation amount for a DApp listing or update has been voted to be 200,000 TPT. Click here for details

How to submit

TBD, similar to token logo

About Chains that DApps supported

1.Appoint EVM Chain. When need to appoint DApp is support Ethereum, Binance Smart Chain, the field as follow

[{
		"network": "ethereum",
		"chain_id": "1"
	},
	{
		"network": "ethereum",
		"chain_id": "56"
	}
]

differentiate through chain_id,it applies to all EVM chain

2.Appoint network like Tron, Solana, ect. Differentiate chain through the symbol of native token

[{
	"network": "SOL"
}, {
	"network": "TRX"
}]

3.Appoint Polkadot series chain. Differentiate chain through ss58

[{
	"network": "polkadot",
	"ss58": "0"
}, {
	"network": "polkadot",
	"ss58": "2"
}, {
	"network": "polkadot",
	"ss58": "27"
}]

TokenPocket DApps提交指南

Overview

本仓库是根据社区需求在 TokenPocket 上添加和更新 DApp 和 DApp 图标。 PR 合并后,您的 DApp 或 logo 将在 TokenPocket 上更新。请阅读以下教程。

捐赠更新DApp

根据 DAO 的投票,DApp 上线或更新的捐赠金额已被投票确定为 200,000 TPT。点击这里了解详情

关于DApp支持的链

1.指定EVM网络,当需要指定DApp支持ETH,BSC,HECO时,如下

[{
		"network": "ethereum",
		"chain_id": "1"
	},
	{
		"network": "ethereum",
		"chain_id": "56"
	},
	{
		"network": "ethereum",
		"chain_id": "128"
	}
]

通过chain_id区分,适用于所有EVM网络

2.指定波场,solana等网络,通过原生币符号区分网络.

[{
	"network": "SOL"
}, {
	"network": "TRX"
}]

3.指定波卡系列的网络,通过ss58区分网络

[{
	"network": "polkadot",
	"ss58": "0"
}, {
	"network": "polkadot",
	"ss58": "2"
}, {
	"network": "polkadot",
	"ss58": "27"
}]

dapps's People

Contributors

captainsend avatar giki0318 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.