Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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