solana/web3.js-experimental
steveluscher 0daa2c3aa9 Watch bundle sizes with Bundlewatch 2022-11-21 22:18:06 -08:00
..
src Add a skeleton of the app, with a full build system for Node, the browser, and React Native – with dev/prod mode switches 2022-11-19 00:17:34 -08:00
.eslintrc.json
.gitignore [web3.js][experimental] A GitHub Actions workflow that builds the new code with Turborepo (#28916) 2022-11-21 21:47:32 -08:00
.npmrc
.prettierignore Add shared Prettier config 2022-11-19 00:17:34 -08:00
README.md [web3.js][experimental] A GitHub Actions workflow that builds the new code with Turborepo (#28916) 2022-11-21 21:47:32 -08:00
package.json Watch bundle sizes with Bundlewatch 2022-11-21 22:18:06 -08:00
pnpm-lock.yaml Watch bundle sizes with Bundlewatch 2022-11-21 22:18:06 -08:00
tsconfig.declarations.json Add a skeleton of the app, with a full build system for Node, the browser, and React Native – with dev/prod mode switches 2022-11-19 00:17:34 -08:00
tsconfig.json Add a skeleton of the app, with a full build system for Node, the browser, and React Native – with dev/prod mode switches 2022-11-19 00:17:34 -08:00
tsup.config.ts Add a skeleton of the app, with a full build system for Node, the browser, and React Native – with dev/prod mode switches 2022-11-19 00:17:34 -08:00
turbo.json Watch bundle sizes with Bundlewatch 2022-11-21 22:18:06 -08:00

README.md

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
    pnpm turbo login
    
  2. Link the repository to the remote cache
    pnpm turbo link