https://github.com/dmitrymomot/solana-wallets
Solana wallets API
https://github.com/dmitrymomot/solana-wallets
Last synced: 3 months ago
JSON representation
Solana wallets API
- Host: GitHub
- URL: https://github.com/dmitrymomot/solana-wallets
- Owner: dmitrymomot
- License: apache-2.0
- Created: 2023-03-26T14:21:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T09:35:52.000Z (about 2 years ago)
- Last Synced: 2025-01-11T18:30:14.216Z (4 months ago)
- Language: Go
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solana-wallets
[](https://github.com/dmitrymomot/solana-wallets)
[](https://github.com/dmitrymomot/solana-wallets/actions/workflows/tests.yml)
[](https://github.com/dmitrymomot/solana-wallets/actions/workflows/codeql-analysis.yml)
[](https://goreportcard.com/report/github.com/dmitrymomot/solana-wallets)
[](https://pkg.go.dev/github.com/dmitrymomot/solana-wallets)
[](https://github.com/dmitrymomot/solana-wallets/blob/main/LICENSE)Solana wallets API server. It provides a simple REST API for managing Solana wallets, signing transactions and sending them to the Solana network without exposing private keys.
## Features
- [x] Create new wallet mnemonic phrase and encrypt it with a PIN code.
- [x] Restore wallet from mnemonic phrase and encrypt it with a PIN code.
- [x] Get wallet address by user ID.
- [x] Sign transaction and send it to the Solana network.
- [x] Get wallet balance.
- [x] Get wallet NFTs.
- [x] Get wallet semi-fungible tokens (assets).