656b150e57
* Update `@solana/eslint-config-solana` * [web3.js][experimental] Add Watchman config to ignore `dist` and `node_modules` folders * [web3.js][experimental] Install Jest * [web3.js][experimental] Configure Jest to lint, format, and test code * [web3.js][experimental] Add a typecheck step * [web3.js][experimental] Add fake tests and fake implementation to exercise the build infra |
||
---|---|---|
.. | ||
internal/jest | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.watchmanconfig | ||
README.md | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.declarations.json | ||
tsconfig.json | ||
tsup.config.ts | ||
turbo.json |
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.
- Log the Turborepo CLI into the Solana Vercel account
pnpm turbo login
- Link the repository to the remote cache
pnpm turbo link