🚨 Get Your Free NFT Certificate Mint by Completing the Web3 Exam! START NOW
Learn to gain real rewards

Learn to gain real rewards

Collect Bits, boost your Degree and gain actual rewards!

New
Video Courses
Video Courses
Deprecated
Scale your career with online video courses. Dive into your learning adventure!
Crypto Terms:  Letter S

What is Source Code?

Meaning:
Source Code - is a particular set of instructions as well as statements that lead to a computer program that was written by utilizing a high-level programming language.
medium
3 minutes

Let's find out Source Code meaning, definition in crypto, what is Source Code, and all other detailed facts.

A source code is a collection of instructions and statements that together form a computer program written in a high-level programming language. Later, using a compiler this code is translated into machine language. The translated code is referred to as object code.

A program's source code is often stored in one or more text files and has a significant amount of lines of code. The actual structure of these files differs depending on the programming language, however, most applications have one or more files with the extensions .c, .cpp, .CPP, or .cxx (e.g., filename.c). In most circumstances, the file name corresponds with the name of the program's core purpose or technique, and the file's material includes only a function description, accompanying declarations, and statements.

While bigger programs typically make use of hundreds or thousands of documents, it is fairly rare for tiny applications to employ only one source code file. Note that if there are numerous source files, the software might be divided into portions. This happens due to the fact that when all of the program's elements and procedures are contained in a single document, it might be difficult to identify certain areas of code.

Why Do You Need to Have a Source Code?

Yes, it is crucial to have a source code since it is a way of protecting yourself when transferring a license to a new owner or making a second file. You are dependent on the development company that created the app or website if you don’t possess a source code. In regards to that, the source code is the backbone of your program or website.

Besides, another important factor of having the source code is that it is possible for you to adjust it at any point when you need that. Having your own source code guarantees that you have superior protection.

In addition, it is the only method to make sure that you are up to date with security patches and various news.

Source Code VS Open Source

To specify, source code is usually written in a programming language such as PHP or JavaScript, which is a text that anyone can read. The term itself indicates the fundamental code of a program.

Open-source software (also known as free/libre open-source software (FLOSS)), is software that a user can duplicate, adjust, distribute, and share since its source code is available to the public for free. It is built in a team manner where everyone has access to the source code. The rationale for this transparency is that users can understand how the application works and other developers can modify it to build additional apps.

initial public offering (IPO)<\/strong><\/a> or through merging with a company that already exists. SPACs are <strong>non-commercial entities<\/strong> that are often founded by a group of investors (or sponsors) with the goal of pursuing deals in a specific industry.<\/p>\n<p>The money raised in an IPO by SPACs is placed in an <strong>interest-bearing trust account<\/strong> and cannot be distributed unless the SPAC completes an acquisition or returns the money to investors if it is liquidated. They serve as a link between the general public and enterprises that have difficulty obtaining cash.<\/p>\n<p>SPACs are a preferred way for companies to <strong>go public without the hassles of a typical IPO <\/strong>or an <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-initial-coin-offering-ico/">initial coin offering (ICO)<\/strong><\/a>, and without the substantial market presence that direct listings require. SPACs are more convenient and <strong>faster<\/strong> because, rather than the night before&nbsp;as it is with typical IPOs, corporations acquire assurances from investors early on at an agreed price.<\/p>","definition":"a company that has the goal of raising money through an initial public offering (IPO) or merging with a company that already exists.","status":"published","meta_title":"What is SPAC? Definition & Meaning | Crypto Wiki","meta_description":"SPAC meaning: SPAC - a company that has the goal of raising money through an initial public offering (IPO) or merging with a company that already exists.","meta_keywords":null}" :prev-section="{"id":705,"wikipedia_url":"https:\/\/en.wikipedia.org\/wiki\/Solidity","level":"easy","author_id":1,"created_at":"2023-06-19T06:59:00.000000Z","updated_at":"2023-12-17T10:21:27.000000Z","slug":"what-is-solidity","title":"What is Solidity?","section":"S","keyword":"Solidity","content":"<p>Solidity is an <strong>object-orientated programming language<\/strong>. It is mostly used for developing <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-smart-contract/">smart contracts<\/strong><\/a> on the <a href=https://www.bitdegree.org/"https:////www.bitdegree.org//crypto//buy-ethereum-eth/">Ethereum blockchain. Even though in 2014 it was proposed by Polkadot founder <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//who-is-gavin-wood/">Gavin Woods<\/strong><\/a>, Solidity was developed by Ethereum and its project team. This programming language is <strong>influenced<\/strong> by other popular programming languages such as <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-javascript/">JavaScript, <a href=https://www.bitdegree.org/"https:////en.wikipedia.org//wiki//Python_(programming_language)/" target=\"_blank\" rel=\"nofollow noindex noopener\"><strong>Python<\/strong><\/a>, and <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-c-plus-plus/">C++./n

The <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-ethereum-virtual-machine-evm/">Ethereum Virtual Machine (EVM)<\/strong><\/strong><\/a>, which serves as an abstraction layer between the executing code and the execution machine, interacts with the Solidity programming language. Though since the EVM does not directly compile low-level machine instructions called <a href=https://www.bitdegree.org/"https:////en.wikipedia.org//wiki//Opcode/" target=\"_blank\" rel=\"nofollow noindex noopener\"><strong>opcodes<\/strong><\/a>, Solidity must be compiled to them manually.<\/p>\n<p>This programming language is <strong>simple to switch to and use<\/strong>, especially for individuals with prior programming experience. Solidity is statically typed, which means it checks the program's source code for type mistakes and syntactic difficulties.&nbsp;<\/p>\n<p>It supports <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-software-library/">libraries, user-defined complex objects, and <strong>inheritance<\/strong>. In addition, developers are able to design new forms of complex and automated financial, gaming, auction-based, management, and other applications using Solidity.<\/p>\n<p>Though just like any programming language, <strong>Solidity has some issues<\/strong>. To begin with, since blockchains are <a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-immutable/">immutable, a smart contract that has been deployed cannot be removed or modified in any way. This means that every single line of the Solidity code must be flawless, or it is at risk of being <strong>hacked or exploited<\/strong>.&nbsp;Besides, the design of Solidity needs to be updated to meet the needs of today&rsquo;s requirements since it was designed during the time when Ethereum wasn&rsquo;t deployed.<\/p>","definition":"a programming language that is mostly used for developing smart contracts on the Ethereum blockchain.","status":"published","meta_title":"What is Solidity? Definition & Meaning | Crypto Wiki","meta_description":"Solidity meaning: Solidity - a programming language that is mostly used for developing smart contracts on the Ethereum blockchain.","meta_keywords":null}" :model="{"id":712,"wikipedia_url":"https:\/\/en.wikipedia.org\/wiki\/Source_code","level":"medium","author_id":1,"created_at":"2023-06-19T06:59:00.000000Z","updated_at":"2023-12-17T10:24:13.000000Z","slug":"what-is-source-code","title":"What is Source Code?","section":"S","keyword":"Source Code","content":"<p>A source code is a <strong>collection of instructions and statements<\/strong> that together form a computer program written in a high-level programming language. Later, using a compiler this code is translated into machine language. The translated code is referred to as<strong> object code.<\/strong><\/p>\n<p>A program's source code is often stored in one or more text files and has a significant amount of lines of code. The actual structure of these files differs depending on the programming language, however, most applications have one or more files with the extensions .<em>c, .cpp, .CPP, <\/em>or<em> .cxx (e.g., filename.c)<\/em>. In most circumstances, the file name corresponds with the name of the program's core purpose or technique, and the file's material includes only a <strong>function description<\/strong>, accompanying declarations, and statements.<\/p>\n<p>While bigger programs typically make use of hundreds or thousands of documents, it is fairly rare for <strong>tiny applications<\/strong> to employ only one source code file. Note that if there are numerous source files, the software might be divided into portions.&nbsp;This happens due to the fact that when all of the program's elements and procedures are contained in a <strong>single document<\/strong>, it might be difficult to identify certain areas of code.<\/p>\n<h3>Why Do You Need to Have a Source Code?<\/h3>\n<p>Yes, it is crucial to have a source code since it is a way of protecting yourself when transferring a license to a new owner or making a second file. You are dependent on the development company that created the app or website if you don&rsquo;t possess a source code. In regards to that, <strong>the source code is the backbone of your program or website<\/strong>.<\/p>\n<p>Besides, another important factor of having the source code is that it is possible for you to adjust it at any point when you need that. Having your own source code guarantees that you have superior protection.<\/p>\n<p>In addition, it is the only method to make sure that you are up to date with security patches and various news.<\/p>\n<h3>Source Code VS Open Source<\/h3>\n<p>To specify, <strong>source code<\/strong> is usually written in a programming language such as PHP or<a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-javascript/"> JavaScript<\/strong><\/a>, which is a text that anyone can read. The term itself indicates the fundamental code of a program.<\/p>\n<p><a href=https://www.bitdegree.org/"//crypto//learn//crypto-terms//what-is-open-source/">Open-source&nbsp;software (also known as<strong> free\/libre open-source software (FLOSS)<\/strong>), is software that a user can duplicate, adjust, distribute, and share since its source code is <strong>available to the public for free<\/strong>. It is built in a team manner where everyone has access to the source code. The rationale for this transparency is that users can understand how the application works and other developers can modify it to build additional apps.<\/p>","definition":"is a particular set of instructions as well as statements that lead to a computer program that was written by utilizing a high-level programming language.","status":"published","meta_title":"What is Source Code? Definition & Meaning | Crypto Wiki","meta_description":"Source Code meaning: Source Code - is a particular set of instructions as well as statements that lead to a computer program that was written by utilizing a high-level programming language.","meta_keywords":null,"author":{"id":1,"user_id":1,"created_at":"2023-05-03T14:30:55.000000Z","updated_at":"2023-05-11T07:18:20.000000Z","title":"Editor-In-Chief","slug":"aaron-s-editor-in-chief","description":"<p>Having completed a Master&rsquo;s degree on Economics, Politics &amp; Culture for the East Asia region, Aaron has written scientific papers with a comparative analysis of the differences between US&rsquo; Western and Japan&rsquo;s Collective forms of capitalism, 1945-2020.<\/p>\n<p>With close to a decade of experience in the FinTech industry, Aaron understands all of the biggest issues and struggles that crypto enthusiasts face. He&rsquo;s a passionate analyst who is concerned with data-driven and fact-based content, as well as that which speaks to both Web3 natives and industry newcomers.<\/p>\n<p>Aaron is the go-to person for everything and anything related to digital currencies. With a huge passion for blockchain &amp; Web3 education, Aaron strives to transform the space as we know it, and make it more approachable to complete beginners.<\/p>\n<p>Aaron has been quoted by multiple established outlets, and is a published author himself. Even during his free time, he enjoys researching the market trends, and looking for the next supernova.<\/p>","user":{"id":1,"first_name":"Aaron","last_name":"S.","email":"aaron@bitdegree.org","email_sanitized":"aaron@bitdegree.org","email_verified_at":"2023-12-01T09:40:20.000000Z","must_verify_email":false,"is_registered_with_wallet":false,"status":"active","country":"LT","last_connected_ip":"88.119.132.125","image_id":2641,"referral_token":"05TMu2NysXOCn525","referred_by":null,"created_at":"2023-05-03T14:30:55.000000Z","updated_at":"2024-01-09T15:22:21.000000Z","full_name":"Aaron S."}}}" :chapter-list="[{"id":1,"title":"Blockchain","slug":"blockchain","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-blockchain.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/blockchain-101.jpg","rating":100,"sections":[{"chapter_id":1,"order":1,"slug":"what-is-blockchain","title":"What is the Blockchain?","status":"published","modified_content":null},{"chapter_id":1,"order":2,"slug":"decentralized-blockchain","title":"Anonymous & Decentralized Blockchains: The Cornerstone of Crypto","status":"published","modified_content":null},{"chapter_id":1,"order":3,"slug":"blockchain-transaction","title":"What is a Blockchain Transaction in Crypto?","status":"published","modified_content":null},{"chapter_id":1,"order":4,"slug":"crypto-fees","title":"The Different Types of Crypto Fees Explained","status":"published","modified_content":null},{"chapter_id":1,"order":5,"slug":"what-is-bridging-in-crypto","title":"The Key Notion Behind the Concept of Bridging in Crypto","status":"published","modified_content":null},{"chapter_id":1,"order":6,"slug":"types-of-blockchains","title":"Different Types of Blockchains: What to Look Out For?","status":"published","modified_content":null}]},{"id":2,"title":"Cryptocurrencies","slug":"cryptocurrencies","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-cryptocurrencies.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/cryptocurrencies-101.jpg","rating":100,"sections":[{"chapter_id":2,"order":1,"slug":"what-is-a-cryptocurrency","title":"What is a Cryptocurrency?","status":"published","modified_content":null},{"chapter_id":2,"order":2,"slug":"how-does-cryptocurrency-work","title":"How Does Cryptocurrency Work?","status":"published","modified_content":null},{"chapter_id":2,"order":3,"slug":"is-cryptocurrency-a-good-investment","title":"Is Cryptocurrency a Good Investment? The Pros & Cons","status":"published","modified_content":null},{"chapter_id":2,"order":4,"slug":"coin-vs-token","title":"Coin VS Token: How Do They Differ?","status":"published","modified_content":null},{"chapter_id":2,"order":5,"slug":"what-are-stablecoins","title":"What are Stablecoins, Altcoins & Wrapped Coins?","status":"published","modified_content":null},{"chapter_id":2,"order":6,"slug":"what-is-a-bitcoin","title":"Bitcoin: the Pioneer of the Crypto World","status":"published","modified_content":null},{"chapter_id":2,"order":7,"slug":"what-is-ethereum","title":"The Ultimate Blockchain for dApp Creation: Ethereum","status":"published","modified_content":null},{"chapter_id":2,"order":8,"slug":"what-is-cardano-in-crypto","title":"What is Cardano and What is It Used For?","status":"published","modified_content":null},{"chapter_id":2,"order":9,"slug":"what-is-shiba-inu-coin","title":"Shiba Inu: the Dogecoin Killer","status":"published","modified_content":null},{"chapter_id":2,"order":10,"slug":"what-is-solana-in-crypto","title":"Is Solana an Improved Version of Ethereum?","status":"published","modified_content":null},{"chapter_id":2,"order":11,"slug":"what-is-polkadot-in-crypto","title":"The Bridge Between Blockchains: Polkadot","status":"published","modified_content":null},{"chapter_id":2,"order":12,"slug":"what-is-polygon-in-crypto","title":"Polygon: the Essential Scaling Solution for Ethereum","status":"published","modified_content":null},{"chapter_id":2,"order":13,"slug":"what-is-luna-crypto","title":"The Bumpy Road of Terra (LUNA)","status":"published","modified_content":null},{"chapter_id":2,"order":14,"slug":"what-is-fantom-crypto","title":"Is Fantom (FTM) Yet Another Ethereum Killer?","status":"published","modified_content":null},{"chapter_id":2,"order":15,"slug":"what-is-aave-crypto","title":"Aave: Crypto Lending Trailblazer","status":"published","modified_content":null},{"chapter_id":2,"order":16,"slug":"what-is-algorand-crypto","title":"Did Algorand Truly Solve the Blockchain Trilemma?","status":"published","modified_content":null},{"chapter_id":2,"order":17,"slug":"what-is-olympus-dao","title":"Does Olympus DAO Have Anything to Do With Mythology?","status":"published","modified_content":null},{"chapter_id":2,"order":18,"slug":"what-is-avax","title":"Is Avalanche Network (AVAX) Rightfully Called the Future of DeFi?","status":"published","modified_content":null},{"chapter_id":2,"order":19,"slug":"what-is-monero-coin","title":"Monero: Where Cryptocurrency Meets Cryptography","status":"published","modified_content":null},{"chapter_id":2,"order":20,"slug":"what-is-ripple-xrp","title":"Is Ripple \"it\" When it Comes to Cross-Border Transactions?","status":"published","modified_content":null},{"chapter_id":2,"order":21,"slug":"practical-use-of-cryptocurrencies","title":"The Practical Use of Crypto","status":"published","modified_content":null}]},{"id":3,"title":"Crypto Exchanges","slug":"crypto-exchanges","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-exchanges.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-exchanges-101.jpg","rating":80,"sections":[{"chapter_id":3,"order":1,"slug":"how-do-cryptocurrency-exchanges-work","title":"How do Cryptocurrency Exchanges Work?","status":"published","modified_content":null},{"chapter_id":3,"order":2,"slug":"dex-vs-cex","title":"DEX VS CEX: Two Sides of the Crypto Exchange Industry","status":"published","modified_content":null},{"chapter_id":3,"order":3,"slug":"crypto-day-trading","title":"Crypto Day Trading: The Difference Between Buying, Trading, and Swapping","status":"published","modified_content":null},{"chapter_id":3,"order":4,"slug":"kyc-crypto","title":"KYC & AML: The Key to Complying With Legal Industry Standards","status":"published","modified_content":null},{"chapter_id":3,"order":5,"slug":"how-to-buy-crypto","title":"From Fiat to Crypto: How to Buy Crypto for the First Time","status":"published","modified_content":null},{"chapter_id":3,"order":6,"slug":"fiat-to-crypto","title":"Taking Profits: Turning Crypto Into Fiat","status":"published","modified_content":null},{"chapter_id":3,"order":7,"slug":"how-to-use-crypto","title":"You\u2019ve Got Crypto: What Can You Do With It?","status":"published","modified_content":null}]},{"id":4,"title":"Crypto Wallets","slug":"crypto-wallets","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-wallets.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-wallets-101.jpg","rating":80,"sections":[{"chapter_id":4,"order":1,"slug":"what-is-a-crypto-wallet","title":"What is a Crypto Wallet?","status":"published","modified_content":null},{"chapter_id":4,"order":2,"slug":"hot-wallet-vs-cold-wallet","title":"Hot Wallet VS Cold Wallet: Which One to Pick?","status":"published","modified_content":null},{"chapter_id":4,"order":3,"slug":"non-custodial-wallet","title":"What are Non-Custodial Crypto Wallets?","status":"published","modified_content":null},{"chapter_id":4,"order":4,"slug":"what-is-metamask","title":"Metamask: The Leading Non-Custodial Wallet","status":"published","modified_content":null},{"chapter_id":4,"order":37,"slug":"how-safe-is-cryptocurrency","title":"The Key Crypto Wallet Safety Practices: How Safe Can Crypto Be?","status":"published","modified_content":null}]},{"id":5,"title":"NFTs","slug":"nfts","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-nfts.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/nfts-101.jpg","rating":100,"sections":[{"chapter_id":5,"order":2,"slug":"how-to-trade-nfts","title":"NFT Trading: The Ins and Outs","status":"published","modified_content":null},{"chapter_id":5,"order":3,"slug":"buying-nft","title":"Tips and Tricks of Choosing the Right NFTs","status":"published","modified_content":null},{"chapter_id":5,"order":4,"slug":"how-to-store-nft","title":"How to Store NFTs: Best Practices","status":"published","modified_content":null},{"chapter_id":5,"order":5,"slug":"how-to-create-an-nft","title":"How to Create Your Own NFTs?","status":"published","modified_content":null},{"chapter_id":5,"order":6,"slug":"how-to-make-passive-money-with-nft","title":"Making Passive Money with NFTs","status":"published","modified_content":null}]},{"id":6,"title":"dApps & Defi","slug":"dapps-and-defi","updated":true,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-dapps.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/dapps-defi-101.jpg","rating":80,"sections":[{"chapter_id":6,"order":1,"slug":"what-are-nfts","title":"What are Non-Fungible Tokens (NFTs)?","status":"published","modified_content":null},{"chapter_id":6,"order":1,"slug":"what-is-defi","title":"What is Decentralized Finance (DeFi)?","status":"published","modified_content":null},{"chapter_id":6,"order":2,"slug":"what-is-defi-2-0","title":"DeFi 2.0: The New Version of Decentralized Finance","status":"published","modified_content":null},{"chapter_id":6,"order":3,"slug":"what-are-dapps-in-crypto","title":"What Are dApps and How Do They Work?","status":"published","modified_content":null},{"chapter_id":6,"order":4,"slug":"defi-dapps","title":"Picking the Right dApps: Dos and Don'ts","status":"published","modified_content":null},{"chapter_id":6,"order":5,"slug":"what-is-web-3-0","title":"Web 3.0: The Future of the Internet","status":"published","modified_content":null},{"chapter_id":6,"order":6,"slug":"what-are-smart-contracts","title":"What is the Core Purpose of Smart Contracts?","status":"published","modified_content":null},{"chapter_id":6,"order":7,"slug":"what-is-a-dao-in-crypto","title":"The Notion of a Decentralized Autonomous Ogranization (DAO)","status":"published","modified_content":null},{"chapter_id":6,"order":8,"slug":"what-is-staking-in-crypto","title":"What is the Goal of Staking Crypto Assets?","status":"published","modified_content":null},{"chapter_id":6,"order":9,"slug":"what-is-liquidity-pool-in-crypto","title":"What is a Liquidity Pool and How Does It Work?","status":"published","modified_content":null},{"chapter_id":6,"order":10,"slug":"what-is-automated-market-maker","title":"Automated Market Maker: the Cornerstone of the Decentralized Crypto Exchange Industry","status":"published","modified_content":null},{"chapter_id":6,"order":11,"slug":"what-is-yield-farming-in-crypto","title":"The Main Yield Farming Techniques","status":"published","modified_content":null},{"chapter_id":6,"order":12,"slug":"what-is-an-oracle-in-crypto","title":"Crypto Oracles: The Link Between Blockchain and Outside World Data","status":"published","modified_content":null},{"chapter_id":6,"order":13,"slug":"crypto-gambling","title":"The Peculiarities of Decentralized Crypto Gambling","status":"published","modified_content":null},{"chapter_id":6,"order":14,"slug":"what-is-the-metaverse","title":"Metaverse: A New Perception of Reality","status":"published","modified_content":null}]},{"id":7,"title":"Trading & Investing","slug":"trading-and-investing","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-trading.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-trading-101.jpg","rating":80,"sections":[{"chapter_id":7,"order":1,"slug":"where-to-trade-crypto","title":"Where Can You Trade Cryptocurrencies?","status":"published","modified_content":null},{"chapter_id":7,"order":2,"slug":"how-to-invest-in-crypto","title":"Investing in Crypto: What Investing Options Do You Have?","status":"published","modified_content":null},{"chapter_id":7,"order":3,"slug":"ico-vs-ido","title":"ICO vs IDO vs IEO: Which One is the One?","status":"published","modified_content":null},{"chapter_id":7,"order":4,"slug":"what-is-an-airdrop","title":"What are Crypto Airdrops and How to Get Them?","status":"published","modified_content":null},{"chapter_id":7,"order":5,"slug":"how-to-get-free-crypto","title":"How to Get Free Crypto Assets?","status":"published","modified_content":null},{"chapter_id":7,"order":6,"slug":"how-to-arbitrage-crypto","title":"What is Crypto Arbitrage: The Main Principles","status":"published","modified_content":null},{"chapter_id":7,"order":7,"slug":"what-is-a-perpetual-contract","title":"Perpetual Contracts: Futures Contracts Without an Expiration Date","status":"published","modified_content":null},{"chapter_id":7,"order":8,"slug":"what-is-fud","title":"What is FUD: How to Use It to Your Advantage While Investing in Crypto?","status":"published","modified_content":null},{"chapter_id":7,"order":9,"slug":"investing-in-cryptocurrency","title":"Investing in Cryptocurrency: How to Manage Your Risks?","status":"published","modified_content":null},{"chapter_id":7,"order":10,"slug":"what-is-a-rug-pull-in-crypto","title":"What is a Rug Pull in Crypto?","status":"published","modified_content":null},{"chapter_id":7,"order":11,"slug":"how-to-avoid-rug-pulls-in-crypto","title":"How to Spot and Avoid Rug Pulls?","status":"published","modified_content":null},{"chapter_id":7,"order":12,"slug":"how-to-avoid-crypto-taxes","title":"The Key Legal Techniques of Avoiding Crypto Taxes","status":"published","modified_content":null}]},{"id":8,"title":"Crypto Analysis","slug":"crypto-analysis","updated":null,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-analysis.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-analysis-101.jpg","rating":100,"sections":[{"chapter_id":8,"order":1,"slug":"what-is-bullish-and-bearish","title":"Bearish and Bullish Markets: Do They Matter?","status":"published","modified_content":null},{"chapter_id":8,"order":2,"slug":"best-technical-analysis-indicators-for-crypto","title":"5 Best Crypto Technical Analysis Indicators You Must Know About","status":"published","modified_content":null},{"chapter_id":8,"order":3,"slug":"what-is-candlesticks","title":"Technical Analysis: What are Candlesticks, Trendlines, and Patterns?","status":"published","modified_content":null},{"chapter_id":8,"order":4,"slug":"how-to-track-new-crypto-coins","title":"Crypto Tracking: How to Track Your Favorite Coins & Tokens?","status":"published","modified_content":null},{"chapter_id":8,"order":5,"slug":"how-to-research-crypto","title":"Crypto Research Fundamentals & Social Signals: Your Daily Trading Strategy","status":"published","modified_content":null},{"chapter_id":8,"order":46,"slug":"portfolio-diversification-definition","title":"Portfolio Diversification: The Whats, the Whys, and the Hows","status":"published","modified_content":null}]},{"id":9,"title":"Mining","slug":"mining","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/learn-crypto-mining.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-mining-101.jpg","rating":80,"sections":[{"chapter_id":9,"order":1,"slug":"what-is-crypto-mining","title":"Crypto Mining: What It is and How Does It Work?","status":"published","modified_content":null},{"chapter_id":9,"order":2,"slug":"what-is-a-mining-pool","title":"Mining Pools: Is Collective Mining Better Than Solo Mining?","status":"published","modified_content":null},{"chapter_id":9,"order":3,"slug":"what-is-staking-crypto","title":"An Advanced Look into What is Staking Crypto","status":"published","modified_content":null},{"chapter_id":9,"order":4,"slug":"what-is-proof-of-stake-vs-proof-of-work","title":"Proof-of-Work VS Proof-of-Stake: The Differences That Matter","status":"published","modified_content":null},{"chapter_id":9,"order":5,"slug":"what-is-crypto-mining-rig","title":"Crypto Mining Rig: What It is and How to Build One?","status":"published","modified_content":null}]},{"id":10,"title":"Crypto Terms","updated":false,"chapter":"crypto\/assets\/crypto-book\/chapters\/crypto-101-glossary.jpg","chapter_simple":"crypto\/assets\/crypto-book\/chapters-simple\/crypto-glossary-101.jpg","rating":100,"sections":["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"]}]" current-chapter="S" current-section="what-is-source-code">