> For the complete documentation index, see [llms.txt](https://docs.doginals.academy/eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.doginals.academy/eng/ressources/node-command-list.md).

# Node : Command list

**Create a doge wallet:**&#x20;

```sh
node . wallet new
```

**Synchronize your doge wallet:**&#x20;

```sh
node . wallet sync
```

#### Splitting your UTXOs:&#x20;

```sh
node . wallet split <count>
```

*Replace \<count> with the desired UTXOs amount.*

#### Send funds (DOGE):&#x20;

```sh
node . wallet send <WALLET> <OPTIONAL AMOUNT>
```

*Replace \<WALLET> with the wallet that will receive your DOGE.*\
*Replace \<OPTIONAL AMOUNT> with the desired amount. (leave blank to send all your DOGE)*

#### Mint a token:&#x20;

```
node . drc-20 mint <WALLET> <TICKER> <AMOUNT>
```

\
**Mint a transfer inscription:**&#x20;

```
node . drc-20 transfer <WALLET> <TICKER> <AMOUNT>
```

\
**Mint from file :**&#x20;

```
node . mint <WALLET> <PATH>
```

**From data:**

```
node . mint <WALLET> <CONTENT TYPE> <HEX DATA>
```

Example :  \
\&#xNAN;*node . mint DSV12KPb8m5b6YtfmqY89K6YqvdVwMYDPn "text/plain;charset=utf-8" 576f6f6621*&#x20;

<br>
