Skip to content

Commit

Permalink
Add a remote server example and tested it works
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 14, 2025
1 parent 20dc97e commit bc0fc4f
Show file tree
Hide file tree
Showing 16 changed files with 5,873 additions and 21 deletions.
5 changes: 3 additions & 2 deletions solana-programs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"build": "lerna run --parallel prebuild && tsc --build",
"watch": "lerna run --parallel prebuild && tsc --build --watch",
"watch": "rm -f packages/**/*.tsbuildinfo && lerna run --parallel prebuild && tsc --build --watch",
"clean": "rm -rf {.,packages/*}/{node_modules,lib,dist}",
"fmt": "cargo fmt --check",
"clippy": "cargo clippy --all-targets -- -D warnings -A clippy::result_large_err -A clippy::too_many_arguments",
Expand All @@ -33,7 +33,8 @@
"@coral-xyz/anchor": "^0.30.1",
"@helium/spl-utils": "^0.9.18",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.2"
"@solana/web3.js": "^1.95.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
Expand Down

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions solana-programs/packages/remote-example-server/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.6.4.cjs
Loading

0 comments on commit bc0fc4f

Please sign in to comment.