All Projects → connext → chaindata

connext / chaindata

Licence: MIT license
Cross-chain EVM-based token data.

Programming Languages

solidity
1140 projects

Projects that are alternatives of or similar to chaindata

Evmc
EVMC – Ethereum Client-VM Connector API
Stars: ✭ 137 (+0%)
Mutual labels:  evm
Ida Evm
IDA Processor Module for the Ethereum Virtual Machine (EVM)
Stars: ✭ 185 (+35.04%)
Mutual labels:  evm
evm cfg builder
EVM CFG recovery
Stars: ✭ 83 (-39.42%)
Mutual labels:  evm
Rattle
evm binary static analysis
Stars: ✭ 152 (+10.95%)
Mutual labels:  evm
Securify
[DEPRECATED] Security Scanner for Ethereum Smart Contracts
Stars: ✭ 177 (+29.2%)
Mutual labels:  evm
Plasm
The Scaling DApps Platform on Polkadot using Plasma and State Channel.
Stars: ✭ 212 (+54.74%)
Mutual labels:  evm
Tendermint code analysis
通用区块链平台tendermint源码分析
Stars: ✭ 134 (-2.19%)
Mutual labels:  evm
4bytes
List of 4byte identifiers for EVM smart contract functions
Stars: ✭ 326 (+137.96%)
Mutual labels:  evm
Armors Solidity
Armors-solidity is a framework to build secure smart contracts on Ethereum.
Stars: ✭ 184 (+34.31%)
Mutual labels:  evm
Sputnikvm
A Blockchain Virtual Machine
Stars: ✭ 238 (+73.72%)
Mutual labels:  evm
Dharma Smart Wallet
An upgradeable, meta-transaction-enabled smart wallet for earning interest on stablecoins while retaining custody of funds, with an added security backstop provided by Dharma Labs.
Stars: ✭ 159 (+16.06%)
Mutual labels:  evm
Ethabi
Encode and decode smart contract invocations
Stars: ✭ 172 (+25.55%)
Mutual labels:  evm
Remix Project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Stars: ✭ 225 (+64.23%)
Mutual labels:  evm
Qtevm
C++ implementation of EVM(Eulerian Video Magnification), based on OpenCV and Qt.
Stars: ✭ 138 (+0.73%)
Mutual labels:  evm
redmine evm
Earned Value Management plugin for Redmine
Stars: ✭ 33 (-75.91%)
Mutual labels:  evm
Fabric Chaincode Evm
Stars: ✭ 137 (+0%)
Mutual labels:  evm
Pyquarkchain
Python implementation of QuarkChain
Stars: ✭ 194 (+41.61%)
Mutual labels:  evm
gas-reporting
Reference documentation on every gas price API and all the different formats
Stars: ✭ 85 (-37.96%)
Mutual labels:  evm
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+45.99%)
Mutual labels:  evm
Evm Tools
Ethereum Virtual Machine tools and guide
Stars: ✭ 238 (+73.72%)
Mutual labels:  evm

Cross-chain EVM-based Tokens

Live data source available on chainid.json

Deploy your own token and create a PR by following the guide

Example

"yfi": {
  "srcChainID": "1",
  "destChainID": "56",
  "PairID": "YFI",
  "SrcToken": {
    "ID": "YFI",
    "Name": "yearn.finance",
    "Symbol": "YFI",
    "Decimals": 18,
    "Description": "yearn.finance",
    "DepositAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
    "mpcAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
    "ContractAddress": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
    "MaximumSwap": 20,
    "MinimumSwap": 0.0005,
    "BigValueThreshold": 5,
    "SwapFeeRate": 0,
    "MaximumSwapFee": 0,
    "MinimumSwapFee": 0,
    "PlusGasPricePercentage": 10,
    "DisableSwap": false,
    "IsDelegateContract": false
  },
  "DestToken": {
    "ID": "anyYFI",
    "Name": "YFI-ERC20",
    "Symbol": "anyYFI",
    "Decimals": 18,
    "Description": "cross chain bridge YFI with anyYFI",
    "mpcAddress": "0x13B432914A996b0A48695dF9B2d701edA45FF264",
    "ContractAddress": "0x9883ae441105f815b472517389b979f031b5c87e",
    "MaximumSwap": 20,
    "MinimumSwap": 0.002,
    "BigValueThreshold": 2,
    "SwapFeeRate": 0.001,
    "MaximumSwapFee": 0.01,
    "MinimumSwapFee": 0.001,
    "PlusGasPricePercentage": 1,
    "DisableSwap": false,
    "IsDelegateContract": false
  }
}

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on ~/ethereum-lists/chains/_data/chains.json

Example

{
  "name": "Ethereum Mainnet",
  "chain": "ETH",
  "network": "mainnet",
  "rpc": [
    "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
    "https://api.mycryptoapi.com/eth"
  ],
  "faucets": [],
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "infoURL": "https://ethereum.org",
  "shortName": "eth",
  "chainId": 1,
  "networkId": 1
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].