├── LICENSE ├── README.md └── networks.json /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 eostoolkit.io 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # eos-networks 2 | List of known EOS networks and endpoints 3 | -------------------------------------------------------------------------------- /networks.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "EOS", 4 | "description": "The EOS Mainnet", 5 | "owner": "The EOS community", 6 | "chainId": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906", 7 | "type": "mainnet", 8 | "prefix":"EOS", 9 | "network": "eos", 10 | "endpoints": [ 11 | { 12 | "name": "Greymass", 13 | "protocol": "https", 14 | "port": 443, 15 | "url": "eos.greymass.com", 16 | "description": "API Node" 17 | }, { 18 | "name": "EOS Nation", 19 | "protocol": "https", 20 | "port": 443, 21 | "url": "api.eosn.io", 22 | "description": "API Node" 23 | }, 24 | { 25 | "name": "GenerEOS", 26 | "protocol": "https", 27 | "port": 443, 28 | "url": "mainnet.genereos.io", 29 | "description": "Public node provided by GenerEOS" 30 | } 31 | ] 32 | }, 33 | { 34 | "name": "TELOS", 35 | "description": "TELOS Mainnet", 36 | "owner": "TELOS", 37 | "chainId": "4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11", 38 | "type": "mainnet", 39 | "prefix":"TLOS", 40 | "network": "eos", 41 | "endpoints": [ 42 | { 43 | "name": "Telos Foundation", 44 | "protocol": "https", 45 | "port": 443, 46 | "url": "api.telosfoundation.io", 47 | "description": "Load balancer of various public nodes provided by the Telos Foundation" 48 | }, 49 | { 50 | "name": "CalEOS", 51 | "protocol": "https", 52 | "port": 443, 53 | "url": "telos.caleos.io", 54 | "description": "Public node provided by CalEOS" 55 | } 56 | ] 57 | }, 58 | { 59 | "name": "WAX", 60 | "description": "WAX Mainnet", 61 | "owner": "WAX", 62 | "chainId": "1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4", 63 | "type": "mainnet", 64 | "prefix":"WAX", 65 | "network": "eos", 66 | "endpoints": [ 67 | { 68 | "name": "Eosphere (WAX)", 69 | "protocol": "https", 70 | "port": 443, 71 | "url": "wax.eosphere.io", 72 | "description": "Eosphere WAX Mainnet API" 73 | } 74 | ] 75 | }, 76 | { 77 | "name": "BOS", 78 | "description": "BOS Mainnet", 79 | "owner": "BOS", 80 | "chainId": "d5a3d18fbb3c084e3b1f3fa98c21014b5f3db536cc15d08f9f6479517c6a3d86", 81 | "type": "mainnet", 82 | "prefix":"BOS", 83 | "network": "eos", 84 | "endpoints": [ 85 | { 86 | "name": "BOS", 87 | "protocol": "https", 88 | "port": 443, 89 | "url": "api.boscore.io", 90 | "description": "BOS Mainnet API" 91 | } 92 | ] 93 | }, 94 | { 95 | "name": "TELOS-testnet", 96 | "description": "TELOS Testnet", 97 | "owner": "TELOS", 98 | "chainId": "e17615decaecd202a365f4c029f206eee98511979de8a5756317e2469f2289e3", 99 | "type": "testnet", 100 | "prefix":"TLOS", 101 | "network": "eos", 102 | "endpoints": [ 103 | { 104 | "name": "EOS BlockSmith", 105 | "protocol": "https", 106 | "port": 443, 107 | "url": "telos-testnet.eosblocksmith.io", 108 | "description": "EOS BlockSmith Telos Testnet API" 109 | }, 110 | { 111 | "name": "EOS Miami", 112 | "protocol": "https", 113 | "port": 17441, 114 | "url": "api.eos.miami", 115 | "description": "HTTPS API" 116 | }, 117 | { 118 | "name": "CalEOS", 119 | "protocol": "https", 120 | "port": 443, 121 | "url": "testnet.telos.caleos.io", 122 | "description": "Public node provided by CalEOS" 123 | }, 124 | { 125 | "name": "Telos Foundation", 126 | "protocol": "https", 127 | "port": 443, 128 | "url": "api-test.telosfoundation.io", 129 | "description": "Load balancer of various public nodes provided by the Telos Foundation" 130 | } 131 | ] 132 | }, 133 | { 134 | "name": "Kylin-testnet", 135 | "description": "CryptoKylin Testnet", 136 | "owner": "CryptoKylin", 137 | "chainId": "5fff1dae8dc8e2fc4d5b23b2c7665c97f9e9d8edf2b6485a86ba311c25639191", 138 | "type": "testnet", 139 | "prefix":"EOS", 140 | "network": "eos", 141 | "endpoints": [ 142 | { 143 | "name": "Aloha EOS", 144 | "protocol": "https", 145 | "port": 443, 146 | "url": "api.kylin.alohaeos.com", 147 | "description": "Public node provided by Aloha EOS" 148 | }, 149 | { 150 | "name": "eosasia", 151 | "protocol": "https", 152 | "port": 443, 153 | "url": "api-kylin.eosasia.one", 154 | "description": "HTTPS API" 155 | } 156 | ] 157 | } 158 | ] 159 | --------------------------------------------------------------------------------