Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shpota/solana-wallet-linking

An example of verifying a Solana wallet signature in Java
https://github.com/shpota/solana-wallet-linking

java kotlin sol4k solana wallet web3

Last synced: about 1 month ago
JSON representation

An example of verifying a Solana wallet signature in Java

Awesome Lists containing this project

README

        

# solana-wallet-linking
An example of verifying a Solana wallet signature using Java.
Check out [the related blogpost](https://shpota.com/2023/05/04/how-to-verify-a-solana-wallet-signature-using-java.html)
to find out more.

## Build & run

You can build and run the app using Docker. Run:
```shell
docker-compose up
```
Navigate to [ http://localhost:8080/](http://localhost:8080/) to see the webapp.