What can we help you with?
Please see this article for a list of networks that are currently supported by MyCrypto.
Adding support for your Ethereum-like network is easy, assuming it isn't significantly different from the Ethereum network. To make sure your network is well supported, we require the following:
Must have at least one reliable, working node.
Must be EIP-155 compliant with a unique Chain ID that is not used by any other MyCrypto-supported network.
Must have a block explorer that can view addresses, transactions, and blocks.
Should not have a token name that conflicts with a more popular token.
If you meet all of those requirements, you simply need to make a pull request with the following changes:
NetworkId
to src/types/networkId.ts
.src/database/data/networks.ts
, add an entry using the NetworkId
as the key. The dPaths
field specifies default derivation paths for usage in hierarchical deterministic wallets (Ledger, Trezor, Secret Recovery Phrase). Note: Ledger may block your network's chain ID to only be used in specific derivation paths.src/config/dpaths.ts
. Simply add an object and variable for the derivation path, and then add the variable to the DPathsList
array.src/database/data/nodes.ts
using the NetworkId
provided earlier.This commit exemplifies the process described above.
If you'd only like to add a node to support an existing network, all you need to do is follow step 4 listed above. Nodes are automatically load-balanced based on performance, so your node will automatically get utilized by anyone using the network. Thanks for supporting the ecosystem!
Didn't find what you were looking for? Contact Us
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.
Donate
Subscribe to MyCrypto
Get updates from MyCrypto straight to your inbox!
By submitting your email, you affirmatively agree to our Privacy Policy