web3-sign-msg
minimal-jsonrpc-dapp-methods
web3-sign-msg | minimal-jsonrpc-dapp-methods | |
---|---|---|
1 | 1 | |
6 | 3 | |
- | - | |
0.0 | 0.0 | |
over 3 years ago | about 2 years ago | |
JavaScript | JavaScript | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
web3-sign-msg
-
We Use Web Components at GitHub
- The web component concept is great. Especially for mixing server-side rendering and JavaScript-powered components.
That last one IMO is web components killer feature. I can now wrote a mini component and then I tugg it in with the other 99% of my page that is rendered server side.
It means, I'm able to serve my users quickly. I have SEO'd everything too. Cool!
-1: https://github.com/TimDaub/web3-sign-msg
- 2: https://docs.ficusjs.org/
-3: https://github.com/developit/htm
minimal-jsonrpc-dapp-methods
-
On Web3 Infrastructure
For what it's worth, sushiswap isn't using Infura or AlchemyAPI, rather its own api.sushirelay.com to serve mainnet RPC requests.
Also, a large number of projects utilize TheGraph (GraphQL indexer for specific protocol/DApps). These are run by teams or out-sourced to the lowest cost service provider (staking pools, etc). re: https://thegraph.com/hosted-service/subgraph
If you are interested in using/rolling your own RPC infrastructure, here are the minimal JSON RPC methods required to support most DApps: https://github.com/sambacha/minimal-jsonrpc-dapp-methods
The real bottleneck is reliance on web browser extensions (namely Chrome's V2, which this January is depreciated and no longer accepting new submissions.) for providing safe key management.
Another example is having to poll for RPC updates.
What are some alternatives?
Stimulus - A modest JavaScript framework for the HTML you already have
use-metamask - a custom React Hook to manage Metamask in Ethereum ĐApp projects
web3-react-native - ⚛️ Web3 Native Modules for React Native.
synpress - Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.
open-wc - Open Web Components: guides, tools and libraries for developing web components.
snapalgo - Adds the algorand cryptocurrency to metamask
0x-tracker-api - NodeJS API built for 0x Tracker which exposes 0x protocol data and metrics for consumption by the 0x Tracker Client application.
awesome-zero-knowledge-proofs - A curated list of awesome things related to learning Zero-Knowledge Proofs (ZKP).
community-protocols - Cross-component coordination protocols
multisender - Token Multisender Dapp smart contract. Airdrop tokens. Batch sending ERC20, ETH, Ethereum tokens. Send thousands of transfers in a few transactions. It can help user to save more tx fee and time than sending one by one
ethereumbook - Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood