diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-01 14:20:30 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-01 14:20:30 +0800 |
commit | c0b7a59fa92a8850a6fdd4fe8309a5f69ec55c26 (patch) | |
tree | 5f8df41a21566aa0923fc788b1cee733c5952e32 /docs/Explorer.md | |
download | tangerine-wiki-c0b7a59fa92a8850a6fdd4fe8309a5f69ec55c26.tar.gz tangerine-wiki-c0b7a59fa92a8850a6fdd4fe8309a5f69ec55c26.tar.zst tangerine-wiki-c0b7a59fa92a8850a6fdd4fe8309a5f69ec55c26.zip |
Add wiki material
Diffstat (limited to 'docs/Explorer.md')
-rw-r--r-- | docs/Explorer.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/Explorer.md b/docs/Explorer.md new file mode 100644 index 0000000..5c16915 --- /dev/null +++ b/docs/Explorer.md @@ -0,0 +1,32 @@ +# Tangerine Garden + +Official blockchain explorer and web wallet for Tangerine. You can also check network status and interact with smart contracts in Tangerine Garden. + +## Usage + +Go directly to Tangerine Garden websites and start exploring Tangerine networks. +- [Mainnet](https://tangerine.garden) +- [Testnet](https://testnet.tangerine.garden) + +## Features + +#### View Network Status + + +Tangerine Garden provides a comprehensive chart and a series of stats for you to get a grasp of the current network status easily. + +#### View Governance Status + +You can check the network governance status on Tangerine Garden, including network configurations like block time, minimum staking amount, round length and currently active block producing nodes. + +#### View Blocks, Addresses and Transactions + +Just like every other blockchain explorers, you can check the details of blocks, addresses and transactions on Tangerine Garden. + +#### Wallet + +Tangerine Garden provides wallet UI, with connectability to Chrome/Firefox wallet extension, Ledger and TREZOR. You can manage your assets on Tangerine easily and securely with Tangerine Garden. + +#### Smart Contract Interactions + +Smart contract developers can verify their contract source code on Tangerine Garden. Once it's verified, users can see the contract source code and interact with it on Tangerine Garden UI. |