# 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).