solana/web3.js-experimental/README.md

17 lines
408 B
Markdown

# Solana JavaScript API
## Development Environment Setup
### Speed up build times with remote caching
Cache build artifacts remotely so that you, others, and the CI server can take advantage of each others' build efforts.
1. Log the Turborepo CLI into the Solana Vercel account
```shell
pnpm turbo login
```
2. Link the repository to the remote cache
```shell
pnpm turbo link
```