# XdYe Bar deployment

In order to deploy XdYe Bar Smart Contract we need to run the following command:

```
> truffle migrate --reset
```

The deployment script we need to execute can be found at:

{% embed url="<https://github.com/rogerCapone/XdYe_Deployments/blob/main/Bar_deployment.js>" %}
Script used for deploying XdYe Bar contract
{% endembed %}

### Constructor Arguments

* **`_xdye`**` ``(type:`` `*`address`*`)`

The address of XDYE Token, so the Bar contracts can manipulate *(accept and withdraw)* user token transfers.
