Skip to content

Commit

Permalink
Add script for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 5, 2023
1 parent e85a35d commit edfe1cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

# Install wasm-pack
echo "Installing wasm-pack..."
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y

# Install solana
sh -c "$(curl -sSfL https://release.solana.com/v1.14.20/install)"

# Install anchor
npm i -g @coral-xyz/[email protected]

# npm install
npm install

0 comments on commit edfe1cd

Please sign in to comment.