Skip to content

Commit

Permalink
Added link to wallet creation guide (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Apr 25, 2022
1 parent f50537e commit ece8188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Set up your Solana CLI config with an RPC url and a keypair:
solana config set --url <rpc url> --keypair <path to keypair file>
```

Sugar will then use these settings by default if you don't specify them as CLI options, allowing commands to be much simpler.
Sugar will then use these settings by default if you don't specify them as CLI options, allowing commands to be much simpler. If you need help setting up Solana CLI and creating a `devnet` wallet, check the [Candy Machine v2 documentation](http://docs.metaplex.com/candy-machine-v2/getting-started#solana-wallet).

Create a folder named `assets` to store your json and media file pairs with the naming convention 0.json, 0.<ext>, 1.json, 1.<ext>, etc., where the extension is `.png`, `.jpg`, etc. This is the same format described in the [Candy Machine v2 documentation](http://docs.metaplex.com/candy-machine-v2/preparing-assets).

Expand Down Expand Up @@ -242,7 +242,7 @@ sugar validate
if your assest are in a folder named `assets` or:

```bash
sugar validate [ASSETS_DIR]
sugar validate <ASSETS_DIR>
```

to specify a custom asset `<ASSETS DIR>` folder name.
Expand Down

0 comments on commit ece8188

Please sign in to comment.