Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxeqxmulfx/solana-project
https://github.com/fxeqxmulfx/solana-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fxeqxmulfx/solana-project
- Owner: fxeqxmulfx
- License: other
- Created: 2022-03-26T13:56:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T16:55:56.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T07:42:25.241Z (8 months ago)
- Language: TypeScript
- Size: 28.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to launch tests?
```bash
make test
```# How to launch client-cli?
```bash
make client-cli
```# How to launch deploy?
```bash
make devnet-deploy
```