{"id":22710,"date":"2025-03-03T14:29:20","date_gmt":"2025-03-03T06:29:20","guid":{"rendered":"https:\/\/www.easiio.com\/solana-cli\/"},"modified":"2025-03-03T14:29:20","modified_gmt":"2025-03-03T06:29:20","slug":"solana-cli","status":"publish","type":"page","link":"https:\/\/www.easiio.com\/solana-cli\/","title":{"rendered":"solana cli"},"content":{"rendered":"<p><?php\n\/*\nTemplate Name: Solana-template\n*\/\nget_header('mpg');\n?><br \/>\n    <title>solana cli<\/title><br \/>\n    <meta name=\"description\" content=\"solana cli\"\/>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.easiio.com\/wp-content\/themes\/easiio\/assets\/css\/easiio-new\/common.css\" \/>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.easiio.com\/wp-content\/themes\/easiio\/assets\/css\/easiio-new\/page-index.css\" \/>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.easiio.com\/wp-content\/themes\/easiio\/assets\/css\/mpg-index.css\" \/>\n<style>\n        body{\n            display:block !important;\n        }\n    <\/style>\n<div class=\"mpg-index-page\">\n<div class=\"mpg-section-LLM\" style=\"background-image: url(https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-1.jpg); \">\n<div class=\"container\">\n<div class=\"section-content\">\n<div class=\"text\">\n<h1>\n                    Solana<br \/>\n                    <\/h1>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mpg-section-keyword\">\n<div class=\"container\">\n<div class=\"section-content\">\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg\" alt=\"What is solana cli?\" title=\"What is solana cli?\">\n                <\/div>\n<div class=\"item\">\n<h2>What is solana cli?<\/h2>\n<p><p>Solana CLI is a command-line interface tool for interacting with the Solana blockchain. It enables developers and users to manage accounts, deploy programs, send transactions, and query blockchain data through various commands. The Solana CLI facilitates the development and testing of decentralized applications (dApps) on the Solana network, providing a simplified way to perform actions like creating wallets, transferring tokens, and interacting with smart contracts. Its user-friendly interface streamlines blockchain operations, making it essential for anyone working within the Solana ecosystem.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"section-content\">\n<div class=\"item\">\n<h2>Advantage of solana cli?<\/h2>\n<p><p>The Solana CLI offers users a powerful, command-line interface for interacting with the Solana blockchain. It provides easy access to functionalities like deploying smart contracts, sending transactions, managing wallets, and querying chain data. Its lightweight nature and speed enhance development efficiency, while robust tools for testing and debugging streamline the process. Additionally, the CLI facilitates seamless integration with other tools and libraries, making it ideal for developers looking to build decentralized applications on Solana effortlessly. Overall, it enhances productivity and simplifies blockchain interactions.<\/p>\n<\/p><\/div>\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-2.jpg\" alt=\"Advantage of solana cli?\" title=\"Advantage of solana cli?\">\n                <\/div>\n<\/p><\/div>\n<div class=\"section-content\">\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-3.jpg\" alt=\"Sample usage of solana cli?\" title=\"Sample usage of solana cli?\">\n                <\/div>\n<div class=\"item\">\n<h2>Sample usage of solana cli?<\/h2>\n<p><lu><\/p>\n<p>To use the Solana CLI, first install it and set up your environment. Create a wallet with:<\/p>\n<pre><code class=\"language-bash\">solana-keygen new\n<\/code><\/pre>\n<p>Check your balance:<\/p>\n<pre><code class=\"language-bash\">solana balance\n<\/code><\/pre>\n<p>Send SOL to another address:<\/p>\n<pre><code class=\"language-bash\">solana transfer &lt;RECIPIENT_ADDRESS&gt; &lt;AMOUNT&gt;\n<\/code><\/pre>\n<p>Deploy a program:<\/p>\n<pre><code class=\"language-bash\">solana program deploy &lt;PATH_TO_YOUR_PROGRAM&gt;\n<\/code><\/pre>\n<p>To get cluster info, run:<\/p>\n<pre><code class=\"language-bash\">solana cluster-version\n<\/code><\/pre>\n<p>You can also interact with tokens using:<\/p>\n<pre><code class=\"language-bash\">spl-token create-token\n<\/code><\/pre>\n<p>For more actions, use <code>solana --help<\/code>.<\/p>\n<p><\/lu><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"section-content\">\n<div class=\"item\">\n<h2>Advanced application of solana cli?<\/h2>\n<p><p>To use the Solana CLI for advanced applications, you can deploy custom smart contracts (programs) using the <code>solana program deploy<\/code> command. Integrate with SPL tokens by creating and managing token accounts through <code>spl-token<\/code> commands. Utilize <code>solana logs<\/code> to monitor transaction details and <code>solana confirm<\/code> for transaction approvals. Leverage the <code>solana airdrop<\/code> command for testing by funding accounts. For analytics, explore on-chain data using <code>solana account<\/code> and interact with the Solana JSON RPC API for custom applications. Maximize performance by monitoring and optimizing gas fees during transactions.<\/p>\n<\/p><\/div>\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-4.jpg\" alt=\"Advanced application of solana cli?\" title=\"Advanced application of solana cli?\">\n                <\/div>\n<\/p><\/div>\n<div class=\"section-content\">\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-5.jpg\" alt=\"Find help with solana cli?\" title=\"Find help with solana cli?\">\n                <\/div>\n<div class=\"item\">\n<h2>Find help with solana cli?<\/h2>\n<p><p>To get help with the Solana CLI, you can use the built-in help command. Simply type <code>solana --help<\/code> in your terminal to view a list of commands and their descriptions. For detailed information on a specific command, use <code>solana &lt;command&gt; --help<\/code>. Additionally, the official Solana documentation at <a href=\"https:\/\/docs.solana.com\/cli\">docs.solana.com<\/a> offers comprehensive guides and examples to assist you further.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mpg-section-2\" style=\"background: #e8f1fc;\">\n<div class=\"container\">\n<div class=\"section-content\">\n<div class=\"text\">\n<h2>\n                    Easiio development service<br \/>\n                    <\/h2>\n<p>\n                    Easiio stands at the forefront of technological innovation, offering a comprehensive suite of software development services tailored to meet the demands of today&#8217;s digital landscape. Our expertise spans across advanced domains such as Machine Learning, Neural Networks, Blockchain, Cryptocurrency, Large Language Model (LLM) applications, and sophisticated algorithms. By leveraging these cutting-edge technologies, Easiio crafts bespoke solutions that drive business success and efficiency. To explore our offerings or to initiate a service request, we invite you to visit our software development page.\n                    <\/p>\n<div class=\"button\">\n                        <button type=\"button\" class=\"contact-btn\"><a class=\"contact\" href=\"\">Contact us<\/a><\/button><br \/>\n                        <button type=\"button\" class=\"development-service-btn\"><a class=\"development-service\" href=\"https:\/\/www.easiio.com\/development-service\">Easiio development service<\/a><\/button><br \/>\n                        <button type=\"button\" class=\"meeting-btn\"><a class=\"meeting\" href=\"https:\/\/calendly.com\/jian-lin\/easiio-ai-seo-intro\">Schedule a meeting<\/a><\/button>\n                    <\/div>\n<\/p><\/div>\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/crypto-section-3.svg\" alt=\"banner\" title=\"banner\">\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"crypto-section-advertisement\">\n<div class=\"container\">\n<div class=\"title\">\n<h2>Advertisement Section<\/h2>\n<\/p><\/div>\n<div class=\"section-content\">\n<div class=\"image\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-4.jpg\" alt=\"banner\" title=\"banner\">\n                <\/div>\n<div class=\"text\">\n<h2>\n                        Advertising space for rent<br \/>\n                    <\/h2>\n<div class=\"button\">\n                        <button type=\"button\" class=\"contact-btn\"><a class=\"contact\" href=\"\">Contact us<\/a><\/button>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"mpg-section-9\">\n<div class=\"container\">\n<div class=\"title\">\n<h2>FAQ<\/h2>\n<\/p><\/div>\n<ul>\n<div class=\"item\">\n<div class=\"question\">\n                    What is Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Solana is a high-performance blockchain platform designed for decentralized applications and crypto projects, known for its scalability and low transaction fees.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What makes Solana unique?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Solana uses a unique consensus mechanism called Proof of History (PoH), which enables high throughput and fast confirmation times.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What is the native cryptocurrency of Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    The native cryptocurrency of Solana is SOL, used for transaction fees, staking, and participating in the network.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    How does Solana achieve high throughput?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Solana can process thousands of transactions per second (TPS) by using PoH and optimizing block propagation and validation.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What are smart contracts on Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Smart contracts on Solana are programs deployed on the blockchain that execute automatically when certain conditions are met.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What programming languages are supported for Solana smart contracts?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Solana supports smart contract development primarily in Rust and C, with the ability to use other languages through tools like Solang.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What is a Solana validator?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    A Solana validator is a node in the network that processes transactions and secures the blockchain by validating and producing new blocks.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What is staking in Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Staking in Solana involves locking up SOL tokens to support the network&#8217;s security and operations, earning rewards in return.and documentation.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    How can I buy SOL tokens?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    SOL can be purchased on various cryptocurrency exchanges, such as Binance, Coinbase, and Kraken.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What is a Solana wallet?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    A Solana wallet is a digital tool that allows users to store, send, and receive SOL tokens and interact with Solana-based applications.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    How does Solana handle security?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Solana employs cryptographic security measures, regular audits, and a decentralized network of validators to maintain security.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What is the Solana ecosystem?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    The Solana ecosystem includes various projects, decentralized applications (dApps), and services built on the Solana blockchain.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What are SPL tokens?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    SPL tokens are the standard token format on Solana, similar to ERC-20 tokens on Ethereum, allowing the creation of fungible tokens.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    How can developers build on Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Developers can build on Solana by following the official documentation, using SDKs, and leveraging existing tools and libraries.\n                    <\/li>\n<\/p><\/div>\n<div class=\"item\">\n<div class=\"question\">\n                    What are some notable projects on Solana?<br \/>\n                        <img decoding=\"async\" class=\"icon-minus\" src=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/open.svg\" alt=\"\">\n                    <\/div>\n<li class=\"answer\">\n                    Notable projects include Serum (decentralized exchange), Phantom (wallet), and Audius (decentralized music streaming).\n                <\/div>\n<\/ul><\/div>\n<\/p><\/div>\n<p>    <?php get_footer('contact');?>\n<\/div>\n<p><?php get_footer('easiio');?><\/p>\n<p><?php wp_footer(); ?><\/p>\n<p><script src=\"https:\/\/www.easiio.com\/wp-content\/themes\/easiio\/assets\/js\/mpg-index.js\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>solana cli Solana What is solana cli? Solana CLI is a command-line interface tool for interacting with the Solana blockchain. It enables developers and users to manage accounts, deploy programs, send transactions, and query blockchain data through various commands. The Solana CLI facilitates the development and testing of decentralized applications (dApps) on the Solana network, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"generate-page\/solana-template\/solana-cli.php","meta":{"footnotes":""},"class_list":["post-22710","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>solana cli - easiio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.easiio.com\/solana-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"solana cli - easiio\" \/>\n<meta property=\"og:description\" content=\"solana cli Solana What is solana cli? Solana CLI is a command-line interface tool for interacting with the Solana blockchain. It enables developers and users to manage accounts, deploy programs, send transactions, and query blockchain data through various commands. The Solana CLI facilitates the development and testing of decentralized applications (dApps) on the Solana network, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.easiio.com\/solana-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"easiio\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/\",\"url\":\"https:\/\/www.easiio.com\/solana-cli\/\",\"name\":\"solana cli - easiio\",\"isPartOf\":{\"@id\":\"https:\/\/www.easiio.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg\",\"datePublished\":\"2025-03-03T06:29:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.easiio.com\/solana-cli\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/#primaryimage\",\"url\":\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg\",\"contentUrl\":\"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.easiio.com\/solana-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.easiio.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"solana cli\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.easiio.com\/#website\",\"url\":\"https:\/\/www.easiio.com\/\",\"name\":\"easiio\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.easiio.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"solana cli - easiio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.easiio.com\/solana-cli\/","og_locale":"en_US","og_type":"article","og_title":"solana cli - easiio","og_description":"solana cli Solana What is solana cli? Solana CLI is a command-line interface tool for interacting with the Solana blockchain. It enables developers and users to manage accounts, deploy programs, send transactions, and query blockchain data through various commands. The Solana CLI facilitates the development and testing of decentralized applications (dApps) on the Solana network, [&hellip;]","og_url":"https:\/\/www.easiio.com\/solana-cli\/","og_site_name":"easiio","og_image":[{"url":"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.easiio.com\/solana-cli\/","url":"https:\/\/www.easiio.com\/solana-cli\/","name":"solana cli - easiio","isPartOf":{"@id":"https:\/\/www.easiio.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.easiio.com\/solana-cli\/#primaryimage"},"image":{"@id":"https:\/\/www.easiio.com\/solana-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg","datePublished":"2025-03-03T06:29:20+00:00","breadcrumb":{"@id":"https:\/\/www.easiio.com\/solana-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.easiio.com\/solana-cli\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.easiio.com\/solana-cli\/#primaryimage","url":"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg","contentUrl":"https:\/\/cdn.easiio.cn\/assets\/images\/easiio_page\/solana-section-2-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.easiio.com\/solana-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.easiio.com\/"},{"@type":"ListItem","position":2,"name":"solana cli"}]},{"@type":"WebSite","@id":"https:\/\/www.easiio.com\/#website","url":"https:\/\/www.easiio.com\/","name":"easiio","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.easiio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/pages\/22710","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/comments?post=22710"}],"version-history":[{"count":0,"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/pages\/22710\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.easiio.com\/wp-json\/wp\/v2\/media?parent=22710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}