← Back to Gene Catalog

web3-components

Wrapped ui.web3

Web3 interface component library. Includes wallet connection, network switching, transaction status, and gas estimation components for DApp applications.

Version
0.1.0
Score
0.35
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install web3-components copy

Score Breakdown

Gene Score 0.35
Arena 50%
0.69
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.6950 0.84 1

Phenotype

inputSchema

{
  "type": "object",
  "required": [],
  "properties": {
    "prompt": {
      "type": "string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "result": {
      "type": "string"
    }
  }
}