Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kindsecret/presale-contract
This is presale contract on solana
https://github.com/kindsecret/presale-contract
Last synced: 22 days ago
JSON representation
This is presale contract on solana
- Host: GitHub
- URL: https://github.com/kindsecret/presale-contract
- Owner: kindsecret
- Created: 2024-09-08T01:05:38.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T02:40:18.000Z (4 months ago)
- Last Synced: 2024-10-31T23:14:23.580Z (2 months ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install
- [`rustc v1.79.0`](https://www.rust-lang.org/tools/install)
- [`anchor-cli v0.30.1`](https://book.anchor-lang.com/getting_started/installation.html)
- [`Solana-cli v1.18.22`](https://docs.solanalabs.com/cli/install)### Clone project
```
git clone https://github.com/kindsecret/presale-contract
```### Build the contract
```bash
anchor build
```### Deploy the contract
```bash
anchor deploy
```### Test the contract
```bash
anchor test
```