forked from tonkeeper/ton-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.md.template
More file actions
37 lines (22 loc) · 1.72 KB
/
readme.md.template
File metadata and controls
37 lines (22 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# TON Assets
This is a list of popular addresses and assets. We are open to pull request but **please read manual in the end of this readme for PR**.
## Addresses
Short list. Full in [accounts.json](accounts.json)
Name | Address
---------------|-----------
%s
## NFT collections
Name | Address
---------------|-----------
%s
## Structure
Directories `accounts`, `collections` and `jettons` contain source data. If you want to make pull request - **please commit to this directories only**.
`accounts.json`, `jettons.json`, `collections.json` and `README.md` contains automatically generated data. Please don't commit directly to this files.
## How to create a Pull Request?
* Click the **Fork** button in the top right corner to create a copy of the repository in your account
* Clone your fork using the Terminal (or Git Bash): git clone `https://github.com/your-username/ton-assets.git` (replace your-username with your GitHub username);
* Edit the .yaml files in the `accounts/`, `collections/`, or `jettons/` directories, being careful not to change any `.json` files;
* Go to your forked repository on GitHub, click the **'New Pull Request'** button, and follow the example provided in the repository.
Before submitting, check that your PR has no duplicate or offensive content.
In a pull request, the *image link should be a direct link to the image file*, not to a webpage. Ensure the link ends with an image extension (e.g., .jpg, .png). Please ***avoid using ton.api*** in the image link.
Please note, the *verification process doesn’t require payment*. Your request will be reviewed by the team in the order. Any additional questions and the decision regarding your request will be provided directly in your PR.