Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shpota/solana-wallet-linking
- Owner: Shpota
- License: mit
- Created: 2023-04-29T13:21:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:08:12.000Z (11 months ago)
- Last Synced: 2025-01-02T22:03:18.389Z (about 1 month ago)
- Topics: java, kotlin, sol4k, solana, wallet, web3
- Language: JavaScript
- Homepage: https://shpota.com/2023/05/04/how-to-verify-a-solana-wallet-signature-using-java.html
- Size: 94.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.