From d10e0408f528bb33c286721b5c53b9129c48660b Mon Sep 17 00:00:00 2001 From: Darwin <77340894+charmful0x@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:34:47 +0100 Subject: [PATCH 1/2] feat: add homepage --- src/views/homepage.html | 159 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 src/views/homepage.html diff --git a/src/views/homepage.html b/src/views/homepage.html new file mode 100644 index 0000000..20a1eb9 --- /dev/null +++ b/src/views/homepage.html @@ -0,0 +1,159 @@ + + +
+ + + + + ++molecules/ +├── ar/ +│ └── tx-gql ~> atom +└── evm/ +├── └── signer +└── sol/ ~> molecule +├── └── auth +└── zil/ +├── └── zil-auth +├── stx/ +│ └── stx-auth +└── substrate/ +├── └── substrate-auth +└── trx/ +├── └── trx-auth +└── icp/ +├── └── icp-auth +└── ton/ +├── └── ton-auth/ +└── massa/ +├── └── massa-auth +└── fuel/ +├── └── fuel-auth +└── tez/ +├── └── tez-auth +└── aptos/ +└── └── aptos-auth/ +└── nostr/ + └── nostr-auth +└── exm/ +└── └── exm-bundlr +└── near/ +└── └── n-view-state/ +└── ever/ +├── └── tx +└── redstone/ +└── └── price +└── ark/ +├── ├── resolve +├── └── state +│ └── soark/domain +└── ai/ +└── └── chatgpt +└── └── gpt3+
+ molecule.sh is a developer tooling library and API for EXM alchemists. + Built on top of the `deterministicFetch` EXM feature, molecule.sh is + composed of reusable components to facilitate writing EXM functions. +
++ Like OpenZeppelin on Ethereum, molecule.sh aims to prevent EXM + developers from reinventing the wheel by packaging common operations as + importable functions. +
+
+ molecule.sh is exposed to EXM functions via npm:
+ npm i -g @execution-machine/sdk
+
+ v0.2.4 +
+