Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmshvetsov/example-solana-simple-serialization-deserialization
https://github.com/dmshvetsov/example-solana-simple-serialization-deserialization
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmshvetsov/example-solana-simple-serialization-deserialization
- Owner: dmshvetsov
- Created: 2024-01-06T09:20:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T09:23:19.000Z (10 months ago)
- Last Synced: 2024-04-01T15:19:18.562Z (7 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## requirements
- node 16+
- pnpm, preferably from node corepack## setup
- run `pnpm install`
- generate keypair JSON array u8 into `.internal/program-keypair.json`, recommended way is to use `solana-keygen new` command
- to run/test locally run `solana-test-validator` in a separate terminal## internal
`.internal` contains:
- keypair JSON of the program## commands
$ pnpm deploy
$ pnpm test