Skip to content

Commit

Permalink
feat: stats
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Oct 15, 2024
1 parent b635583 commit 4b2103d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
>[!IMPORTANT]
> *This repo is a work in progress.*

<p align="center">
<br />
<img src="./docs/source/_static/gh_banner.png" width="100%" alt=""/></a>
Expand All @@ -14,10 +13,12 @@ A fast, pythonic, Vyper smart contract testing and development framework.

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)

> The smaller bar is better, it means it's faster
<p align="center">
<br />
<a href="https://cyfrin.io/">
<img src="./docs/source/_static/speed-comparisons.png" width="1000" alt=""/></a>
<img src="./docs/source/_static/compile-stats.png" width="1000" alt=""/></a>
<br />
</p>

Expand Down Expand Up @@ -57,6 +58,14 @@ The documentation roughly attempts to follow [Diátaxis](https://diataxis.fr/).

> Agkistrodon piscivorus is a species of venomous snake, a pit viper in the subfamily Crotalinae of the family Viperidae. The generic name is derived from the Greek words ἄγκιστρον agkistron "fish-hook, hook" and ὀδών odon "tooth", and the specific name comes from the Latin piscis 'fish' and voro '(I) eat greedily, devour'; thus, the scientific name translates to "hook-toothed fish-eater". Common names include cottonmouth, northern cottonmouth, water moccasin, swamp moccasin, black moccasin, and simply viper.
# More Stats

<p align="center">
<br />
<a href="https://cyfrin.io/">
<img src="./docs/source/_static/speed-comparisons.png" width="1000" alt=""/></a>
<br />
</p>

# License

Expand Down
Binary file added docs/source/_static/compile-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ Moccasin is a fast, pythonic smart contract development framework heavily powere
.. code-block:: console
usage: Moccasin CLI [-h] [-d] [-q]
{init,compile,build,test,run,script,deploy,wallet,console,install,purge,config,explorer,inspect,deployments}
...
{init,compile,build,test,run,script,deploy,wallet,console,install,purge,config,explorer,inspect,deployments,utils,u,util} ...
🐍 Pythonic Smart Contract Development Framework
positional arguments:
{init,compile,build,test,run,script,deploy,wallet,console,install,purge,config,explorer,inspect,deployments}
{init,compile,build,test,run,script,deploy,wallet,console,install,purge,config,explorer,inspect,deployments,utils,u,util}
init Initialize a new project.
compile (build) Compiles the project.
test Runs all tests in the project.
Expand All @@ -36,6 +35,7 @@ Moccasin is a fast, pythonic smart contract development framework heavily powere
explorer Work with block explorers to get data.
inspect Inspect compiler data of a contract.
deployments View deployments of the project from your DB.
utils (u, util) Helpful utilities - right now it's just the one.
options:
-h, --help show this help message and exit
Expand Down

0 comments on commit 4b2103d

Please sign in to comment.