- Navigate to the project directory
- Run
npm install
to install the required dependencies - Generate a new wallet:
solana-keygen new -o id.json
- Copy the address of the new wallet:
solana-keygen pubkey id.json
- Airdrop some SOL into your new wallet:
solana airdrop 2 $(solana-keygen pubkey ./id.json) --url devnet && solana airdrop 2 $(solana-keygen pubkey ./id.json) --url devnet
- Build the program:
anchor build
- Copy the new program ID from
solana address -k ./target/deploy/chainlink_solana_dapp-keypair.json
, and replace the existing program ID in lib.rs and Anchor.toml - Run
anchor test
-
Notifications
You must be signed in to change notification settings - Fork 7
LearnWithArjun/chainlink_solana_dapp_final
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published