solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
143 stars 273 forks source link

```suggestionimport { clusterApiUrl, Connection, PublicKey, LAMPORTS_PER_SOL, } from "@solana/web3.js"; (async () => { const connection = new Connection(clusterApiUrl("devnet"), "confirmed"); let wallet = new PublicKey("G2FAbFQPFa5qKXCetoFZQEvF9BVvCKbvUZvodpVidnoY"); console.log( `${(await connection.getBalance(wallet)) / LAMPORTS_PER_SOL} SOL`, ); })(); #588

Closed zarei673mo closed 3 weeks ago

zarei673mo commented 1 month ago
          ```suggestion


We don't need a heading at the top since the page already adds one

_Originally posted by @nickfrosty in https://github.com/solana-foundation/developer-content/pull/169#discussion_r1562320138_