Submit token info
Auro Wallet will support the transfer of token assets submitted by default.
Click here to submit the information.
1. Add token information by updating the token.json
file (in the corresponding network). Do not change the order.
token.json
file (in the corresponding network). Do not change the order.2. Create a folder with the token ID and add your token icon to {networkID}/assets/{tokenID}/icon.png
.
{networkID}/assets/{tokenID}/icon.png
.Icon resolution must be 128*128px.
The icon file name must be
icon.png
.
3. Send token for testing
You can use the Mainnet or Testnet for this. The purpose is to test whether the token can be send normally before the merge. Send tokens to the following address for testing:
B62qpjxUpgdjzwQfd8q2gzxi99wN7SCgmofpvw27MBkfNHfHoY2VH32
We will send token to your sending address after the test is completed (return to the original address).
4. Provide the token contract source code (Optional)
We currently use the fungible token contract. If you modify the contract code, it may cause a mismatch between the token contract and the source code. To prevent this, it is recommended to submit the token contract source code in the PR, so it can be integrated into the build service.
Example location:
token/{networkID}/assets/xLpobAxWSYZeyKuiEb4kzHHYQKn6X1vKmFR4Dmz9TCADLrYTD1/source
5. Verify Token Ownership
Add the signature of the token.json
file submitted or updated in step 1 to the PR comment. This should be signed using the token account. Now can get the signed message in Auro-Test-zkApp.
6. Make a PR
Once all steps are completed, create a PR for review.
Disclaimer
Auro Wallet provides this repository and its contents on an "AS IS" and "AS AVAILABLE" basis without any representations or warranties of any kind, either express or implied. To the fullest extent permitted by applicable law, Auro Wallet expressly disclaims all warranties, including but not limited to:
Warranty of Merchantability: No assurance is provided that the tokens or associated services are merchantable or fit for sale.
Warranty of Fitness for a Particular Purpose: Auro Wallet does not guarantee that the tokens or associated services will meet your specific requirements or expectations.
Warranty of Title: Auro Wallet does not warrant that it owns or has the necessary rights to provide the tokens or associated services without encumbrances.
Warranty Against Infringement: Auro Wallet makes no representations regarding non-infringement of intellectual property or other proprietary rights of any third party.
These disclaimers apply regardless of whether the warranties are implied by law, arise from a course of dealing, course of performance, usage of trade, or otherwise.
Last updated