Skip to content

Commit 93ae4ff

Browse files
committed
feat(solana): readme (wip)
Signed-off-by: Guilherme Felipe da Silva <[email protected]>
1 parent 8a88452 commit 93ae4ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

solana/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ solana airdrop 2
3535

3636
## Deployments
3737

38+
Setup
39+
40+
1. Clone the solana-axelar repo.
41+
2. Compile the Solana programs.
42+
3843
> [!IMPORTANT]
3944
> For the initial deployment of Solana programs to any of the clusters (devnet, testnet, and mainnet-beta), the program keypairs are required. The pubkey is the program ID and is hardcoded in the program using the `declare_id` macro. In case a new set of keypairs is required, a new release of the crates needs to happen afterwards (due to the id being hardcoded). Updating the ids can be done within the `solana-axelar/solana` directory by invoking:
4045
> ```sh
@@ -45,11 +50,6 @@ solana airdrop 2
4550
> [!NOTE]
4651
> Initial deployment of Solana programs doesn't support offline signing, the process needs to be done online. When deploying, an `upgrade-authority` can be set, which will later be able to perform program upgrades — upgrades support offline signing.
4752
48-
Setup
49-
50-
1. Clone the solana-axelar repo.
51-
2. Compile the Solana programs.
52-
5353
```sh
5454
# Go to the solana directory within the cloned repo
5555
pushd solana-axelar/solana/

0 commit comments

Comments
 (0)