Skip to content

Commit

Permalink
add bullet list
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Dec 31, 2021
1 parent e64e886 commit c265154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ In your editor, open the `.env` file.

The values containing `__PLACEHOLDER__` need to be changed.

`SECRET_KEY` is the base58 encoded secret key that Octane will sign transactions with.
`TRANSFER_MINT` is the base58 encoded public key of an SPL token mint.
`TRANSFER_ACCOUNT` is the base58 encoded public key of an SPL token account corresponding to this mint.
- `SECRET_KEY` is the base58 encoded secret key that Octane will sign transactions with.
- `TRANSFER_MINT` is the base58 encoded public key of an SPL token mint.
- `TRANSFER_ACCOUNT` is the base58 encoded public key of an SPL token account corresponding to this mint.

Let's start by creating a keypair and minting a token to test with.

Expand Down

0 comments on commit c265154

Please sign in to comment.