metaboss 0.49.0

The Metaplex NFT-standard Swiss Army Knife tool.
Documentation
## Derive

### Derive Candy Machine V2 Creator

Derive the candy machine creator PDA from the candy machine id.

#### Usage

```bash
metaboss derive cmv2-creator <candy_machine_id>
```

### Derive Edition

Derive the edition PDA from the mint account.

```bash
metaboss derive edition <mint_account>
```

### Derive Metadata

Derive the metadata PDA from the mint account.

```bash
metaboss derive metadata <mint_account>
```

### Derive PDA

Derive a generic PDA from a list of seeds and a program id.

#### Usage

```bash
metaboss derive pda <seed1>,<seed2>,<seed3> <program_id>
```