# Frontend

## [JavaScript Client for Solana](https://solana.com/docs/clients/javascript)

### What is Solana-Web3.js? [#](https://solana.com/docs/clients/javascript#what-is-solana-web3js?) <a href="#what-is-solana-web3js" id="what-is-solana-web3js"></a>

The Solana-Web3.js library aims to provide complete coverage of Solana. The library was built on top of the [Solana JSON RPC API](https://solana.com/docs/rpc).

You can find the full documentation for the `@solana/web3.js` library [here](https://solana-labs.github.io/solana-web3.js/).

## [Rust Client for Solana](https://solana.com/docs/clients/rust)

Solana's Rust crates are [published to crates.io](https://crates.io/search?q=solana-) and can be found [on docs.rs](https://docs.rs/releases/search?query=solana-) with the `solana-` prefix.

HELLO WORLD: GET STARTED WITH SOLANA DEVELOPMENT

To quickly get started with Solana development and build your first Rust program, take a look at these detailed quick start guides:

* [Build and deploy your first Solana program using only your browser](https://solana.com/developers/guides/getstarted/hello-world-in-your-browser). No installation needed.
* [Setup your local environment](https://solana.com/developers/guides/getstarted/setup-local-development) and use the local test validator.

## Python Client for Solana

Both [Solders](https://pypi.org/project/solders/) and [Solana.py](https://michaelhly.com/solana-py/) are great options to get going when writing client code on Python

## Blinks

A package that lets you render a blink on your website. There are also other packages available, e.g. from [Solana Developers](https://www.npmjs.com/package/@solana/actions).

Make sure to check out these templates

{% embed url="<https://github.com/solana-developers/solana-actions/tree/main/examples>" %}

This is also a great resource from [Dialect](https://www.dialect.to/):

{% embed url="<https://github.com/dialectlabs/blinks>" %}

Using Blinks for NFT Minting:

{% content-ref url="../../sessions/solana-blink-special" %}
[solana-blink-special](https://docs.superteamde.fun/superteam-germany-guilds/developers-guild/sessions/solana-blink-special)
{% endcontent-ref %}
