Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```