4b7810afec
* Add wBIS logo and info Please add the wrapped Bismuth Token logo and info. The native Bismuth coin launched in May 2017 and has more than 3500 coin holders. There are also more than 5000 transactions on the native $BIS chain. Native Official Bismuth Website: https://bismuth.cz Bismuth Blockchain Richlist: https://bismuth.im/richest In April 2021 the Bismuth Foundation decided to launch wrapped Bismuth on the Ethereum Blockchain. An official blog post had been released (https://hypernodes.bismuth.live/?p=2818) introducing the BIS<>ETH bridge. wBIS Information Website: https://bismuth.finance/wbis/ wBIS Contract Address: https://etherscan.io/token/0xf5cb350b40726b5bcf170d12e162b6193b291b41 Market Data: https://www.coingecko.com/en/coins/bismuth The wBIS Token has been released in April 2021 and can be converted to BIS at a 1:1 rate using a cross-chain bridge. Bismuth is a separate blockchain protocol and a platform since 2017 and is extending to the Ethereum ecosystem. LINKS Bismuth Whitepaper: https://bismuth.cz/whitepaper.pdf Bismuth Discord: https://bismuth.cz/discord Bismuth Reddit: https://www.reddit.com/r/cryptobismuth/ Bismuth Academic Papers and Research http://www.mic-journal.no/ABS/MIC-2017-4-1.asp https://heatnodes.org/wp-content/uploads/2018/05/bis-security-20180505.pdf http://www.mic-journal.no/ABS/MIC-2018-3-1.asp * checksum * checksum converted * checksum * Add wBIS logo and info Please add the wrapped Bismuth Token (BEP20) logo and info. The native Bismuth coin launched in May 2017 and has more than 3500 coin holders. There are also more than 5000 transactions on the native $BIS chain. Native Official Bismuth Website: https://bismuth.cz Bismuth Blockchain Richlist: https://bismuth.im/richest In April 2021 wrapped Bismuth had already been released on the Ethereum Blockchain (https://etherscan.io/token/0xf5cB350b40726B5BcF170d12e162B6193b291B41). In May 2021 the Bismuth Foundation decided to launch wrapped Bismuth on the BSC Smartchain. An official blog post had been released (https://hypernodes.bismuth.live/?p=2863) introducing the BIS<>BSC bridge. wBIS Information Website: https://bismuth.finance/wbis/ wBIS Contract Address: https://bscscan.com/token/0x56672ecb506301b1E32ED28552797037c54D36A9 Market Data: https://www.coingecko.com/en/coins/bismuth The wBIS Token has been released in May 2021 and can be converted to BIS at a 1:1 rate using a cross-chain bridge. Bismuth is a separate blockchain protocol and a platform since 2017 and is extending to the BSC Smartchain ecosystem. LINKS Bismuth Whitepaper: https://bismuth.cz/whitepaper.pdf Bismuth Discord: https://bismuth.cz/discord Bismuth Reddit: https://www.reddit.com/r/cryptobismuth/ Bismuth Academic Papers and Research http://www.mic-journal.no/ABS/MIC-2017-4-1.asp https://heatnodes.org/wp-content/uploads/2018/05/bis-security-20180505.pdf http://www.mic-journal.no/ABS/MIC-2018-3-1.asp Social Links Youtube Channel: https://www.youtube.com/channel/UCkrInqo6ParT6veLCT667wA Youtube Channel: https://www.youtube.com/channel/UCjcTUJjqFFwwst2xxz9pF2A Telegram Channel: https://t.me/bismuthplatform Telegram Channel: https://t.me/cryptobismuth * research field removed * Delete info.json * update info.json * removed research in info.json & updated info.json Co-authored-by: alias-bitsignal <blogbar+1@gmail.com> Co-authored-by: CryptoA <82717856+Cryptocool1@users.noreply.github.com> |
||
---|---|---|
.github | ||
blockchains | ||
dapps | ||
history | ||
script | ||
test | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Trust Wallet Assets Info
Overview
Trust Wallet token repository is a comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.
Trust Wallet uses token logos from this source, alongside a number of other projects.
The repository contains token info from several blockchains, info on dApps, staking validators, etc. For every token a logo and optional additional information is available (such data is not available on-chain).
Such a large collection can be maintained only through a community effort, so feel free to add your token.
How to add token
Please note that brand new tokens are not accepted, the projects have to be sound, with information available, and non-minimal circulation (for limit details see https://community.trustwallet.com/t/how-to-submit-a-token-logo/3863).
Assets App
The Assets web app can be used for most new token additions (Github account is needed).
Quick starter
Details of the repository structure and contribution guidelines are listed on the Developers site. Here is a quick starter summary for the most common use case.
Adding an ERC20 token checklist:
- Make sure your smartcontract has more than 2,500 address holders, otherwise you will be rejected
- Fork the Github repository
- Create folder with name of token smartcontact address in checksum format
blockchains/ethereum/assets/<token_smartcontract_address>/
. - Tell your designer that token image must be in PNG format, avoid transparent background, recommended size 256x256px, max. 512x512px, with max file size of 100kB, for further details read image rules.
- Upload your logo with file named
logo.png
to previously created folder with smartcontract address, and if you done all correctly your path should look like this.blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/logo.png
- Create
info.json
file with info about the token/project - Create a pull request to the main repo
- Pay the processing fee
Documentation
For details, see the Developers site:
Scripts
There are several scripts available for maintainers:
npm run check
-- Execute validation checks; also used in continuous integration.npm run check-sanity
-- Strict subset of checksnpm run fix
-- Perform automatic fixes where possiblenpm run fix-sanity
-- Stricter subsetnpm run updateAuto
-- Run automatic updates from external sources, executed regularly (GitHub action)npm run update
-- Run manual updates from external sources, for manual use.npm test
-- Run script unit testsnpm lint
-- Run Lint static code check
On Checks
This repo contais a set of scripts for verification of all the information. Implemented as Typescript scripts, available through npm run check
, and executed in CI build; checks the whole repo.
There are similar check logic implemeted:
- in assets-management app; for checking changed token files in PRs, or when creating a PR. Implemented as a Typescript library, checks diffs, can be run from browser environment.
- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Also uses library, but executes in a non-browser environment.
Trading pair maintenance
Info on supported trading pairs are stored in tokenlist.json
files.
Trading pairs can be updated --
from Uniswap/Ethereum and Panckaswap/Smartchain -- using update script (and checking in changes).
Minimal limit values for trading pair inclusion are set in the config.ts
file.
There are also options for force-include and force-exclude in the config.
Disclaimer
Trust Wallet team allows anyone to submit new assets to this repository. However, this does not mean that we are in direct partnership with all of the projects.
Trust Wallet team will reject projects that are deemed as scam or fraudulent after careful review. Trust Wallet team reserves the right to change the terms of asset submissions at any time due to changing market conditions, risk of fraud, or any other factors we deem relevant.