From 786c01838fb6e71ef90b2f51793152bdb4244385 Mon Sep 17 00:00:00 2001 From: CryptoA <82717856+Cryptocool1@users.noreply.github.com> Date: Thu, 27 Jan 2022 01:03:15 +0700 Subject: [PATCH] Update README.md (#17654) --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 0e59785e5..13a2a90de 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,6 @@ Details of the repository structure and contribution guidelines are listed on th [Developers site](https://developer.trustwallet.com/assets/new-asset). Here is a quick starter summary for the most common use case. -**Adding an ERC20 token checklist**: - -- [ ] Make sure your smartcontract has more than 5000 address holders, otherwise you will be rejected -- [ ] Fork the Github repository -- [ ] Create folder with name of token smartcontact address in [_checksum format_](https://piyolab.github.io/sushiether/RunScrapboxCode/?web3=1.0.0-beta.33&code=https://scrapbox.io/api/code/sushiether/web3.js_-_Ethereum_のアドレスをチェックサム付きアドレスに変換する/demo.js) `blockchains/ethereum/assets//`. -- [ ] Tell your designer that token image must be in PNG format, preferably transparent background, recommended size 256x256px, with max file size of 100kB, for further details read [image rules](https://developer.trustwallet.com/assets/requirements). -- [ ] 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