Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.49 KB

File metadata and controls

35 lines (23 loc) · 1.49 KB

YACAR (Your Asset and Entity Editor)

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.

Help Modal Usage

The help modal provides guidance on two main tasks: updating an asset and creating a new entity.

Updating an Asset

To update an asset, follow these steps:

  1. Search by Id in the Asset Editor.
  2. After updating the information, click the Update Asset button.
  3. Click the Copy asset.json button.
  4. Navigate to YACAR GitHub Repository.
  5. Create a new PR and replace the asset.json file on GitHub with your copied file.

Creating a New Entity

To create a new entity (add social links to an asset), follow these steps:

  1. Fill in the data in the Create New Entity Editor.
  2. Put in the contract address(es) related to the newly created entity in the Asset IDs field.
  3. Press the Update Entity and Assets button.
  4. Click the Copy asset.json button.
  5. Navigate to YACAR GitHub Repository.
  6. Create a new PR and replace the asset.json file on GitHub with your copied file.
  7. Press the Copy entity.json button.
  8. Replace the entity.json file on GitHub with your copied file.

Contributing

If you encounter issues or have suggestions for improvement, please open an issue or submit a pull request on the YACAR GitHub Repository.