Skip to content

Commit

Permalink
add: circulation supply formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Apr 12, 2024
1 parent d7df939 commit 72e326a
Show file tree
Hide file tree
Showing 239 changed files with 277 additions and 99,952 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/
7 changes: 7 additions & 0 deletions content/docs/apiEndpoints/blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ List of endpoints for get current details of Pactus blockchain.

Returns current circulation supply.

{{< callout type="info" >}}
Circulation Supply formula ([Pactus FAQs](https://pactus.org/about/faq/#genesis_allocation)):

**Circulation supply =** (Foundation out + VC Allocation out + Team and Operations out + Community out + Team and Operations (Hot) Wallet out + Community (Hot) Wallet out) + Minted - Staked - (Hot)

{{< /callout >}}

```
https://api.pacviewer.com/v1/circulation_supply
```
Expand Down
886 changes: 0 additions & 886 deletions public/_index.fa/index.html

This file was deleted.

700 changes: 0 additions & 700 deletions public/about/index.html

This file was deleted.

743 changes: 0 additions & 743 deletions public/blog/_index.fa/index.html

This file was deleted.

736 changes: 0 additions & 736 deletions public/blog/index.html

This file was deleted.

479 changes: 0 additions & 479 deletions public/blog/index.xml

This file was deleted.

1,057 changes: 0 additions & 1,057 deletions public/blog/markdown.fa/index.html

This file was deleted.

1,045 changes: 0 additions & 1,045 deletions public/blog/markdown/index.html

This file was deleted.

12 changes: 6 additions & 6 deletions public/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link fetchpriority="low" href="/site.webmanifest" rel="manifest" />

<title>Categories – Pacviewer Documentation</title>
<title>Categories – PacViewer Documentation</title>
<meta name="description" content="" />


Expand Down Expand Up @@ -76,16 +76,16 @@

<nav class="mx-auto flex items-center justify-end gap-2 h-16 px-6 max-w-[90rem]">
<a class="flex items-center hover:opacity-75 ltr:mr-auto rtl:ml-auto" href="/">
<img class="block dark:hidden" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="Pacviewer Documentation">Pacviewer Documentation</span>
<img class="block dark:hidden" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="PacViewer Documentation">PacViewer Documentation</span>
</a><a
title="Pacviewer"
title="PacViewer"
href="https://pacviewer.com"
target="_blank" rel="noreferer"
class="text-sm contrast-more:text-gray-700 contrast-more:dark:text-gray-100 relative -ml-2 hidden whitespace-nowrap p-2 md:inline-block text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
>
<span class="text-center">Pacviewer</span>
<span class="text-center">PacViewer</span>
</a><a
title="📑 Documentation"
href="/docs"
Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pacviewer Documentation – Categories</title>
<title>PacViewer Documentation – Categories</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on Pacviewer Documentation</description>
<description>Recent content in Categories on PacViewer Documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

Expand Down
1,111 changes: 0 additions & 1,111 deletions public/docs/_index.fa/index.html

This file was deleted.

1,004 changes: 0 additions & 1,004 deletions public/docs/advanced/_index.fa/index.html

This file was deleted.

1,045 changes: 0 additions & 1,045 deletions public/docs/advanced/comments.fa/index.html

This file was deleted.

580 changes: 0 additions & 580 deletions public/docs/advanced/comments/index.html

This file was deleted.

1,134 changes: 0 additions & 1,134 deletions public/docs/advanced/customization.fa/index.html

This file was deleted.

661 changes: 0 additions & 661 deletions public/docs/advanced/customization/index.html

This file was deleted.

523 changes: 0 additions & 523 deletions public/docs/advanced/index.html

This file was deleted.

293 changes: 0 additions & 293 deletions public/docs/advanced/index.xml

This file was deleted.

1,169 changes: 0 additions & 1,169 deletions public/docs/advanced/multi-language.fa/index.html

This file was deleted.

700 changes: 0 additions & 700 deletions public/docs/advanced/multi-language/index.html

This file was deleted.

81 changes: 55 additions & 26 deletions public/docs/apiendpoints/blockchain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link fetchpriority="low" href="/site.webmanifest" rel="manifest" />

<title>Blockchain Information – Pacviewer Documentation</title>
<title>Blockchain Information – PacViewer Documentation</title>
<meta name="description" content="List of endpoints for get current details of Pactus blockchain.
Get Circulation Supply (free, no auth) Returns current circulation supply.
ℹ️ Circulation Supply formula (Pactus FAQs):
Circulation supply = (Foundation out &#43; VC Allocation out &#43; Team and Operations out &#43; Community out &#43; Team and Operations (Hot) Wallet out &#43; Community (Hot) Wallet out) &#43; Minted - Staked - (Hot)
https://api.pacviewer.com/v1/circulation_supply Request Response Query Params
Key Description Example Headers
Key Description Example Body
Key Description Example Status ok 200
{ &#34;status&#34;: 200, &#34;message&#34;: &#34;OK&#34;, &#34;data&#34;: { &#34;value&#34;: 222983.605938173 } } " />
Key Description Example Headers" />


<link rel="canonical" href="http://localhost:1313/docs/apiendpoints/blockchain/" itemprop="url" />
Expand All @@ -29,34 +28,31 @@
<meta property="og:title" content="Blockchain Information" />
<meta property="og:description" content="List of endpoints for get current details of Pactus blockchain.
Get Circulation Supply (free, no auth) Returns current circulation supply.
ℹ️ Circulation Supply formula (Pactus FAQs):
Circulation supply = (Foundation out &#43; VC Allocation out &#43; Team and Operations out &#43; Community out &#43; Team and Operations (Hot) Wallet out &#43; Community (Hot) Wallet out) &#43; Minted - Staked - (Hot)
https://api.pacviewer.com/v1/circulation_supply Request Response Query Params
Key Description Example Headers
Key Description Example Body
Key Description Example Status ok 200
{ &#34;status&#34;: 200, &#34;message&#34;: &#34;OK&#34;, &#34;data&#34;: { &#34;value&#34;: 222983.605938173 } } " />
Key Description Example Headers" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://localhost:1313/docs/apiendpoints/blockchain/" /><meta property="article:section" content="docs" />


<meta property="article:modified_time" content="2024-04-12T16:19:45+03:30" />

<meta itemprop="name" content="Blockchain Information">
<meta itemprop="description" content="List of endpoints for get current details of Pactus blockchain.
Get Circulation Supply (free, no auth) Returns current circulation supply.
ℹ️ Circulation Supply formula (Pactus FAQs):
Circulation supply = (Foundation out &#43; VC Allocation out &#43; Team and Operations out &#43; Community out &#43; Team and Operations (Hot) Wallet out &#43; Community (Hot) Wallet out) &#43; Minted - Staked - (Hot)
https://api.pacviewer.com/v1/circulation_supply Request Response Query Params
Key Description Example Headers
Key Description Example Body
Key Description Example Status ok 200
{ &#34;status&#34;: 200, &#34;message&#34;: &#34;OK&#34;, &#34;data&#34;: { &#34;value&#34;: 222983.605938173 } } ">

<meta itemprop="wordCount" content="50">
Key Description Example Headers">
<meta itemprop="dateModified" content="2024-04-12T16:19:45+03:30" />
<meta itemprop="wordCount" content="91">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Blockchain Information"/>
<meta name="twitter:description" content="List of endpoints for get current details of Pactus blockchain.
Get Circulation Supply (free, no auth) Returns current circulation supply.
ℹ️ Circulation Supply formula (Pactus FAQs):
Circulation supply = (Foundation out &#43; VC Allocation out &#43; Team and Operations out &#43; Community out &#43; Team and Operations (Hot) Wallet out &#43; Community (Hot) Wallet out) &#43; Minted - Staked - (Hot)
https://api.pacviewer.com/v1/circulation_supply Request Response Query Params
Key Description Example Headers
Key Description Example Body
Key Description Example Status ok 200
{ &#34;status&#34;: 200, &#34;message&#34;: &#34;OK&#34;, &#34;data&#34;: { &#34;value&#34;: 222983.605938173 } } "/>
Key Description Example Headers"/>

<link href="/css/compiled/main.css" rel="stylesheet" />

Expand Down Expand Up @@ -105,16 +101,16 @@

<nav class="mx-auto flex items-center justify-end gap-2 h-16 px-6 max-w-[90rem]">
<a class="flex items-center hover:opacity-75 ltr:mr-auto rtl:ml-auto" href="/">
<img class="block dark:hidden" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="Pacviewer Documentation">Pacviewer Documentation</span>
<img class="block dark:hidden" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="PacViewer Documentation">PacViewer Documentation</span>
</a><a
title="Pacviewer"
title="PacViewer"
href="https://pacviewer.com"
target="_blank" rel="noreferer"
class="text-sm contrast-more:text-gray-700 contrast-more:dark:text-gray-100 relative -ml-2 hidden whitespace-nowrap p-2 md:inline-block text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
>
<span class="text-center">Pacviewer</span>
<span class="text-center">PacViewer</span>
</a><a
title="📑 Documentation"
href="/docs"
Expand Down Expand Up @@ -434,6 +430,38 @@ <h1>Blockchain Information</h1>
<p>List of endpoints for get current details of Pactus blockchain.</p>
<h3>Get Circulation Supply (free, no auth)<span class="absolute -mt-20" id="get-circulation-supply-free-no-auth"></span>
<a href="#get-circulation-supply-free-no-auth" class="subheading-anchor" aria-label="Permalink for this section"></a></h3><p>Returns current circulation supply.</p>


















<div class="overflow-x-auto mt-6 flex rounded-lg border py-2 ltr:pr-4 rtl:pl-4 contrast-more:border-current contrast-more:dark:border-current border-blue-200 bg-blue-100 text-blue-900 dark:border-blue-200/30 dark:bg-blue-900/30 dark:text-blue-200">
<div class="ltr:pl-3 ltr:pr-2 rtl:pr-3 rtl:pl-2"><div class="select-none text-xl" style="font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';">
ℹ️
</div></div>

<div class="w-full min-w-0 leading-7">
<div class="mt-6 leading-7 first:mt-0">
<p>Circulation Supply formula (<a href="https://pactus.org/about/faq/#genesis_allocation" target="_blank" rel="noopener">Pactus FAQs</a>):</p>
<p><strong>Circulation supply =</strong> (Foundation out + VC Allocation out + Team and Operations out + Community out + Team and Operations (Hot) Wallet out + Community (Hot) Wallet out) + Minted - Staked - (Hot)</p>

</div>
</div>
</div>

<div class="code-block relative mt-6 first:mt-0 group/code"><pre><code>https://api.pacviewer.com/v1/circulation_supply</code></pre><div class="opacity-0 transition group-hover/code:opacity-100 flex gap-1 absolute m-[11px] right-0 top-0">
<button
class="code-copy-btn group/copybtn transition-all active:opacity-50 bg-primary-700/5 border border-black/5 text-gray-600 hover:text-gray-900 rounded-md p-1.5 dark:bg-primary-300/10 dark:border-white/10 dark:text-gray-400 dark:hover:text-gray-50"
Expand Down Expand Up @@ -586,7 +614,8 @@ <h3>Get Circulation Supply (free, no auth)<span class="absolute -mt-20" id="get-


</div>
<div class="mt-16"></div>

<div class="mt-12 mb-8 block text-xs text-gray-500 ltr:text-right rtl:text-left dark:text-gray-400">Last updated on <time datetime="2024-04-12T16:19:45.000Z">April 12, 2024</time></div>


</main>
Expand Down
15 changes: 8 additions & 7 deletions public/docs/apiendpoints/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link fetchpriority="low" href="/site.webmanifest" rel="manifest" />

<title>🚀 API Endpoints – Pacviewer Documentation</title>
<title>🚀 API Endpoints – PacViewer Documentation</title>
<meta name="description" content="Explore the following sections to API Endpoints:" />


Expand Down Expand Up @@ -76,16 +76,16 @@

<nav class="mx-auto flex items-center justify-end gap-2 h-16 px-6 max-w-[90rem]">
<a class="flex items-center hover:opacity-75 ltr:mr-auto rtl:ml-auto" href="/">
<img class="block dark:hidden" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="Pacviewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="Pacviewer Documentation">Pacviewer Documentation</span>
<img class="block dark:hidden" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<img class="hidden dark:block" src="/images/logo.svg" alt="PacViewer Documentation" height="20" width="20" />
<span class="mx-2 font-extrabold inline select-none" title="PacViewer Documentation">PacViewer Documentation</span>
</a><a
title="Pacviewer"
title="PacViewer"
href="https://pacviewer.com"
target="_blank" rel="noreferer"
class="text-sm contrast-more:text-gray-700 contrast-more:dark:text-gray-100 relative -ml-2 hidden whitespace-nowrap p-2 md:inline-block text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
>
<span class="text-center">Pacviewer</span>
<span class="text-center">PacViewer</span>
</a><a
title="📑 Documentation"
href="/docs"
Expand Down Expand Up @@ -393,7 +393,8 @@ <h1>🚀 API Endpoints</h1>
class="hextra-card group flex flex-col justify-start overflow-hidden rounded-lg border border-gray-200 text-current no-underline dark:shadow-none hover:shadow-gray-100 dark:hover:shadow-none shadow-gray-100 active:shadow-sm active:shadow-gray-200 transition-all duration-200 hover:border-gray-300 bg-transparent shadow-sm dark:border-neutral-800 hover:bg-slate-50 hover:shadow-md dark:hover:border-neutral-700 dark:hover:bg-neutral-900"href="blockchain" ><span class="flex font-semibold items-start gap-2 p-4 text-gray-700 hover:text-gray-900 dark:text-neutral-200 dark:hover:text-neutral-50"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4"/></svg>Blockchain Information</span></a>
</div>
</div>
<div class="mt-16"></div>

<div class="mt-12 mb-8 block text-xs text-gray-500 ltr:text-right rtl:text-left dark:text-gray-400">Last updated on <time datetime="2024-04-12T16:19:45.000Z">April 12, 2024</time></div>
<div class="mb-8 flex items-center border-t pt-8 dark:border-neutral-800 contrast-more:border-neutral-400 dark:contrast-more:border-neutral-400 print:hidden"><a
href="/docs/gettingstarted/"
title="🏃 Getting Started"
Expand Down
36 changes: 34 additions & 2 deletions public/docs/apiendpoints/index.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pacviewer Documentation – 🚀 API Endpoints</title>
<title>PacViewer Documentation – 🚀 API Endpoints</title>
<link>http://localhost:1313/docs/apiendpoints/</link>
<description>Recent content in 🚀 API Endpoints on Pacviewer Documentation</description>
<description>Recent content in 🚀 API Endpoints on PacViewer Documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

Expand All @@ -26,6 +26,38 @@
&lt;p&gt;List of endpoints for get current details of Pactus blockchain.&lt;/p&gt;
&lt;h3&gt;Get Circulation Supply (free, no auth)&lt;span class=&#34;absolute -mt-20&#34; id=&#34;get-circulation-supply-free-no-auth&#34;&gt;&lt;/span&gt;
&lt;a href=&#34;#get-circulation-supply-free-no-auth&#34; class=&#34;subheading-anchor&#34; aria-label=&#34;Permalink for this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Returns current circulation supply.&lt;/p&gt;


















&lt;div class=&#34;overflow-x-auto mt-6 flex rounded-lg border py-2 ltr:pr-4 rtl:pl-4 contrast-more:border-current contrast-more:dark:border-current border-blue-200 bg-blue-100 text-blue-900 dark:border-blue-200/30 dark:bg-blue-900/30 dark:text-blue-200&#34;&gt;
&lt;div class=&#34;ltr:pl-3 ltr:pr-2 rtl:pr-3 rtl:pl-2&#34;&gt;&lt;div class=&#34;select-none text-xl&#34; style=&#34;font-family: &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;;&#34;&gt;
ℹ️
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&#34;w-full min-w-0 leading-7&#34;&gt;
&lt;div class=&#34;mt-6 leading-7 first:mt-0&#34;&gt;
&lt;p&gt;Circulation Supply formula (&lt;a href=&#34;https://pactus.org/about/faq/#genesis_allocation&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Pactus FAQs&lt;/a&gt;):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Circulation supply =&lt;/strong&gt; (Foundation out + VC Allocation out + Team and Operations out + Community out + Team and Operations (Hot) Wallet out + Community (Hot) Wallet out) + Minted - Staked - (Hot)&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&#34;code-block relative mt-6 first:mt-0 group/code&#34;&gt;&lt;pre&gt;&lt;code&gt;https://api.pacviewer.com/v1/circulation_supply&lt;/code&gt;&lt;/pre&gt;&lt;div class=&#34;opacity-0 transition group-hover/code:opacity-100 flex gap-1 absolute m-[11px] right-0 top-0&#34;&gt;
&lt;button
class=&#34;code-copy-btn group/copybtn transition-all active:opacity-50 bg-primary-700/5 border border-black/5 text-gray-600 hover:text-gray-900 rounded-md p-1.5 dark:bg-primary-300/10 dark:border-white/10 dark:text-gray-400 dark:hover:text-gray-50&#34;
Expand Down
Loading

0 comments on commit 72e326a

Please sign in to comment.