diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-01 09:02:53 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-01 09:02:53 +0800 |
commit | 1fd5bb102de4ac65729602a988081a3947827529 (patch) | |
tree | 66d6302b000cfe6b4a0723297884e5e0a91a7e9f /Access-to-Testnet.md | |
parent | ac2002f1c7f085dae2210912d4f303990031ae6d (diff) | |
download | dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar.gz dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar.bz2 dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar.lz dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar.xz dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.tar.zst dexon-wiki-1fd5bb102de4ac65729602a988081a3947827529.zip |
Updated Access to Testnet (markdown)
Diffstat (limited to 'Access-to-Testnet.md')
-rw-r--r-- | Access-to-Testnet.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Access-to-Testnet.md b/Access-to-Testnet.md index 21c2975..a59eb22 100644 --- a/Access-to-Testnet.md +++ b/Access-to-Testnet.md @@ -2,7 +2,16 @@ There are a few options on how to access the current testnet. The first is to us ## Public RPC Endpoint -The public testnet endpoint is available at: https://api-testnet.dexscan.org/v1/network/rpc +The public testnet endpoints is available at: + + Testnet: + http: https://testnet-rpc.dexon.org + websocket: wss://testnet-rpc.dexon.org/ws + + Taipei testnet: + http: https://taipei-rpc.dexon.org + websocket: wss://taipei-rpc.dexon.org/ws + Just point your DEXON/Ethereum client to this endpoint, and you should be able to send transactions and query account info. |