YACAR is a tool for updating and creating assets and entities associated with cryptocurrency projects. This README provides instructions on how to use the help modal in the application.
The help modal provides guidance on two main tasks: updating an asset and creating a new entity.
To update an asset, follow these steps:
- Search by Id in the Asset Editor.
- After updating the information, click the
Update Asset
button. - Click the
Copy asset.json
button. - Navigate to YACAR GitHub Repository.
- Create a new PR and replace the
asset.json
file on GitHub with your copied file.
To create a new entity (add social links to an asset), follow these steps:
- Fill in the data in the Create New Entity Editor.
- Put in the contract address(es) related to the newly created entity in the Asset IDs field.
- Press the
Update Entity and Assets
button. - Click the
Copy asset.json
button. - Navigate to YACAR GitHub Repository.
- Create a new PR and replace the
asset.json
file on GitHub with your copied file. - Press the
Copy entity.json
button. - Replace the
entity.json
file on GitHub with your copied file.
If you encounter issues or have suggestions for improvement, please open an issue or submit a pull request on the YACAR GitHub Repository.