Difference between revisions of "Main Page"

From Internet Computer Wiki
Jump to: navigation, search
m
 
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
.mainpage_row {
+
<templatestyles src="Template:Main_page/styles.css"/>
display: flex;
 
flex-direction: row;
 
flex-flow: row wrap;
 
justify-content: space-between;
 
padding: 0;
 
margin: 0 -5px 0 -5px;
 
  
}
+
<div>
.mainpage_box {
+
 
flex: 1;
+
<div>
margin: 5px;
 
min-width: 210px;
 
border: 1px solid #CCC;
 
padding: 0 10px 10px 10px;
 
/* box-shadow: 0 2px 2px #dcd9d91a; */
 
  
}
+
</div>
  
.overview {
+
==Introduction to Internet Computer Protocol (ICP) Blockchain==
    /*background-color: #6992DE !important;*/
+
<!-- [[File:IC_logo_vertical_white.png| frame | 320px|ICP Logo|alt=|border|right]] -->
  
}
+
The [[Introduction_to_ICP | Internet Computer]] is a general-purpose blockchain that hosts canister smart contracts. It is designed to provide a World Computer that can replace traditional IT and host a new generation of Web 3.0 services and applications that run solely from the blockchain, without the need for traditional IT. It can also play the role of Web 3.0 orchestrator, by interacting with other blockchains.
  
.mainpage_box_header_users {
+
It has a completely unique design that reflects a ground-up rethink of blockchain architecture and the application of modern cryptography, [https://web.archive.org/web/20150914013643/http://dfinity.io/ which can be traced back to 2015]. It was built by the largest [https://dfinity.org/team ongoing R&D effort in crypto], which has employed many notable cryptographers, computer science researchers and engineers. The blockchain underwent genesis in May 2021 and became part of the public internet.
    background-color: #A3C8FF !important;
 
  
}
+
See more at [[Introduction to ICP]].
  
.developers {
+
     <div style="clear: both;"></div>
     /*background-color: #95B1AE !important;*/
 
  
}
+
==Main Sections ==
  
.nodes {
+
     <!-- Row #1 -->
     /*background-color: #334B49 !important;*/
+
    <div id="audiences" class="mainpage_row">
  
}
+
              <!-- Item #1 -->
 +
              <div class="mainpage_box overview" id="overview">
 +
                <h3>
 +
                    <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon edit-ltr.svg|20px|middle|link=]]</span> -->
 +
                    <span>'''Overview''': ICP Blockchain and ICP Ecosystem</span>
 +
                </h3>
 +
                <div id="mainpage-users" title="Users" class="items">
 +
* [[Introduction to ICP]] blockchain
 +
* [[Popular Explainers of ICP |Popular explainers of ICP]] blockchain
 +
* [https://internetcomputer.org internetcomputer.org website]
 +
* [https://dashboard.internetcomputer.org ICP Network Dashboard]
 +
* [[Web3: The bull case for the Internet Computer]]
 +
* [[ICP Ecosystem Stats |ICP ecosystem stats]]
 +
* [[ICP Community |ICP community]]
 +
* [[ICP Tokenomics |ICP tokenomics]]
 +
                </div>
 +
            </div>
 +
               
 +
        <!-- Item #2 -->
 +
        <div class="mainpage_box users">
 +
            <h3 class="mainpage_box_header_users">
 +
                <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon edit-ltr.svg|20px|middle|link=]]</span> -->
 +
                <span>'''For Users''': Getting Started with ICP</span>
 +
            </h3>
 +
            <div id="mainpage-users" title="Users" class="items">
 +
* Aquire an [[Internet Identity]] (not necessary, but highly recommended)
 +
* [[Tutorials for acquiring, managing, and staking ICP |Managing and staking ICP tokens]]
 +
* [https://internetcomputer.org/ecosystem/ Examples of ICP smart contracts and dapps]
 +
* [[Support Center|DFINITY support center]]
 +
            </div>
 +
        </div>
  
.community {
+
        <!-- Item #3 -->
    /*background-color: #5FFBF1 !important;*/
+
        <div class="mainpage_box developers">
 +
            <h3>
 +
                <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon chem.svg|20px|middle|link=]]</span> -->
 +
                <span>'''For Developers''': Building ICP Smart Contracts</span>
 +
            </h3>
 +
            <div id="mainpage-devs" title="Developers" class="items">
 +
* [https://internetcomputer.org/docs/current/home Developer Documentation]
 +
* [https://forum.dfinity.org/t/announcing-technical-working-groups/11781 Technical working groups]
 +
* Launching an [[Service Nervous System (SNS) |SNS]] DAO
 +
* Smart contracts with [[Bitcoin integration]]
 +
* [[The Internet Computer for Ethereum Developers |ICP for Ethereum developers]]
 +
* [https://forum.dfinity.org/ Developer forum] for ICP developers.
 +
* [[CommunityTutorials|Community Tutorials]]
 +
            </div>
 +
        </div>
 +
        </div>
  
}
+
    <!-- Row #2 -->
.mainpage_box h3 {
+
    <div id="misc-news" class="mainpage_row nodes">
/* Reset padding so is equal across skins */
+
       
padding-right: 0;
+
        <div class="mainpage_box">
padding-top: 0;
+
            <h3>
padding-bottom: 0;
+
                <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|link=]]</span> -->
/* Padding left gets overridden by headanchor gadget */
+
                <span>'''For Node Providers''': Joining ICP Network</span>
margin: 0.5em 0;
+
            </h3>
}
+
            <div id="mainpage-help-contribute" title="Support and Contributing" class="items">
/* Set padding left only if headanchor gadget is not enabled */
+
*[[Node Provider Documentation]]
.mainpage_box h3:not(.tpl-vheadanchor-heading) {
+
*[[Node Provider Roadmap]]
padding-left: 0;
+
*[[Node Provider Troubleshooting]]
}
+
* Status of the network on [https://dashboard.internetcomputer.org ICP Dashboard]
.mainpage_box h3 .header_icon {
+
* [[Node Provider Matrix channel|IC Node Provider Matrix channel]]
float: left;
+
* ICP is a [[Sovereign Network]] using [[Deterministic Decentralization]] with [[Proof of Useful Work]] consensus
margin-right: 5px;
+
            </div>
}
+
        </div>
.mainpage_box .items {
 
border-top: 1px solid #CCC;
 
padding-top: 0.5em;
 
}
 
.mainpage_box p:last-child {
 
margin-bottom: 0;
 
}
 
.mainpage_boxcontents_small {
 
font-size: 95%;
 
}
 
/* Style the "other languages" box the same way as other boxes on the main page */
 
.mw-pt-languages {
 
display: block;
 
background: none;
 
border: 1px solid #CCC;
 
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
 
width: auto;
 
}
 
.mw-pt-languages-label {
 
background: none;
 
border-right: none;
 
}
 
  
@media screen and (max-width: 719px) {
+
        <div class="mainpage_box community">
.thumb {
+
            <h3>
float: none;
+
                <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|link=]]</span> -->
}
+
                <span>'''For ICP Community''': Participating in ICP</span>
.thumb, .thumbinner {
+
            </h3>
margin-left: auto;
+
            <div id="mainpage-help-contribute" title="Support and Contributing" class=" items">
margin-right: auto;
+
* [[Governance of the Internet Computer |ICP governance]]
}
+
* [[Contributing to the wiki]]
}
+
            </div>
 +
        </div>
 +
 
 +
        <div class="mainpage_box researchers">
 +
            <h3>
 +
                <!-- <span class="header_icon" aria-hidden="true" role="presentation">[[File:OOjs UI icon ongoingConversation-rtl.svg|20px|middle|link=]]</span> -->
 +
                <span>'''For ICP Researchers''': Deep Dive into ICP</span>
 +
            </h3>
 +
            <div id="mainpage-researchers" title="Deep Dive into ICP" class=" items">
 +
* [https://eprint.iacr.org/2022/087 "Internet Computer for Geeks" white paper]
 +
* [[IC architecture overview]]
 +
* [https://www.reddit.com/r/dfinity/comments/ozboyi/megathread_technical_amas/ Technical AMAs on Reddit by different IC and DFINITY teams]
 +
            </div>
 +
        </div>
 +
 
 +
    </div>
 +
 
 +
<div style="background-color: #ffd700; padding: 10px; margin-bottom: 20px;">
 +
  <strong>Want to contribute to the IC Wiki? See [[Contributing_to_the_wiki |here]] </strong>
 +
</div>
 +
 
 +
</div>

Latest revision as of 16:00, 26 January 2024

Introduction to Internet Computer Protocol (ICP) Blockchain

The Internet Computer is a general-purpose blockchain that hosts canister smart contracts. It is designed to provide a World Computer that can replace traditional IT and host a new generation of Web 3.0 services and applications that run solely from the blockchain, without the need for traditional IT. It can also play the role of Web 3.0 orchestrator, by interacting with other blockchains.

It has a completely unique design that reflects a ground-up rethink of blockchain architecture and the application of modern cryptography, which can be traced back to 2015. It was built by the largest ongoing R&D effort in crypto, which has employed many notable cryptographers, computer science researchers and engineers. The blockchain underwent genesis in May 2021 and became part of the public internet.

See more at Introduction to ICP.

Main Sections

  Want to contribute to the IC Wiki? See here