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

https://github.com/littleboycoding/solana-example

Demonstrate solana project
https://github.com/littleboycoding/solana-example

Last synced: 11 months ago
JSON representation

Demonstrate solana project

Awesome Lists containing this project

README

          

# Solana Example

![Thumbnail](./thumbnail.png)

Simple Solana program with frontend that let users increment counter, state is stored on-chain.

**Live example** is hosted on [GitHub Page](https://littleboycoding.github.io/solana-example/) (Devnet cluster)

## Development

```sh
# in program/
$ make
$ solana-test-validator
# In new terminal
$ solana program deploy -u localhost dist/program.so

# in client/
$ npm run dev
```

## Resources

- https://solanacookbook.com
- https://docs.solana.com