Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kindsecret/phantom-wallet
Phantom secreteKey generator
https://github.com/kindsecret/phantom-wallet
phantom rust wallet
Last synced: 22 days ago
JSON representation
Phantom secreteKey generator
- Host: GitHub
- URL: https://github.com/kindsecret/phantom-wallet
- Owner: kindsecret
- License: apache-2.0
- Created: 2024-06-21T11:12:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:18:44.000Z (7 months ago)
- Last Synced: 2024-10-31T23:14:23.642Z (2 months ago)
- Topics: phantom, rust, wallet
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phantom Wallet Private Key Convertor
Easy to Convert Your Phantom Wallet Private Key to Solana Json Key File.
## Installation
```bash
$ cargo install phantom-secret
```## Usage
```bash
$ phantom YOUR_PHANTOM_PRIVATE_KEY
✅ Generated File: ./phantom.json
```Now you have your key file
`phantom.json`
Example
```bash
$ phantom 5Y6ppfatwVHUekNX8FDNUrcDBThS7Ai5B6B8vsEk94jitLKPPUkiMXsbJrQw4yf4DpZJymnqLaWKuCpQ4j3Wp88e
✅ Generated File: ./phantom.json
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/EpicsDao/phantom-secret. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the EpicsDAO project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/EpicsDao/phantom-secret/blob/master/CODE_OF_CONDUCT.md).