# XdYe Token Test

For the seek of simplicity we are going to test ERC20 capabilities, like:

* Generating XdYe Token from owner wallet
* Transferring ownership to another wallet
* Check that once the transfer is done, previous owner can not mint

The script used for testing all those capabilities: *(1)*&#x20;

{% embed url="<https://github.com/rogerCapone/XdYe_Tests/blob/main/XdYeToken_MintAndOwnership.js>" %}
Script for testing XdYe Token contract
{% endembed %}
