-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tasha Lee
authored and
Tasha Lee
committed
Apr 22, 2024
1 parent
8b40711
commit 85446fc
Showing
20 changed files
with
2,527 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
# Install Libraries | ||
|
||
``` | ||
npm install @ethers@5.7.2 | ||
npm install @ethers@5.7.2 @solana/web3.js bs58 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Install Libraries | ||
|
||
``` | ||
npm install @ethers@5.7.2 | ||
npm install @ethers@5.7.2 @solana/web3.js bs58 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Install Ethereum Libraries | ||
|
||
``` | ||
npm install ethers@5.7.2 | ||
npm install @ethers@5.7.2 @solana/web3.js bs58 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Install Solana Libraries | ||
|
||
``` | ||
npm install @solana/web3.js | ||
npm install @solana/web3.js bs58 | ||
``` |
Oops, something went wrong.