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

https://github.com/piyushxcoder/id_card

Solana based id card manager
https://github.com/piyushxcoder/id_card

Last synced: about 1 year ago
JSON representation

Solana based id card manager

Awesome Lists containing this project

README

          

# Id Card

Solana based id card manager program. It uses Solana [PDA account](https://solana.com/docs/core/pda) to store Details of Person.

# Testing as developer

- Install solana cli and rust. You may following [this guide](https://solana.com/docs/intro/installation)
- To build run:
```sh
cargo-build-bpf
```
- To deploy run
```sh
solana program deploy ./target/deploy/id_card.so
```
- To test run
```sh
PROG= node client/create_account.js
PROG= node client/fetch_account.js
```