From 3943b6ab296b48a8b6dc3942cb300061984fe9ca Mon Sep 17 00:00:00 2001 From: nghuyenthevinh2000 Date: Wed, 12 Apr 2023 06:57:00 +0700 Subject: [PATCH] add assets document --- guides/navigate-off-chain-assets.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 guides/navigate-off-chain-assets.md diff --git a/guides/navigate-off-chain-assets.md b/guides/navigate-off-chain-assets.md new file mode 100644 index 0000000..efc70ea --- /dev/null +++ b/guides/navigate-off-chain-assets.md @@ -0,0 +1,23 @@ +# Navigate off - chain assets + +There are so many packages, off - chain assets that terra classic currently has. Some is shared with terra-money, some is maintained on terra classic. This document aims to provide clearance on these assets + +## I. Front - end assets +1. Station: https://github.com/terra-rebels/station +2. Station extension: https://github.com/terra-rebels/station-extension + +## II. Packages +1. terra.proto: https://github.com/classic-terra/terra.proto +2. npm registry: + +## III. CosmWasm assets +1. CosmWasm mock contracts: https://github.com/classic-terra/cosmwasm-contracts +2. Classic wasmd bindings: https://github.com/classic-terra/terra-cosmwasm + +## IV. Indexing assets +1. FCD: +2. Mantlemint (about to be deprecated on classic): +3. Oracle feeder: + +## V. Image assets +All public images are currently hosted on: https://gallery.ecr.aws/classic-terra \ No newline at end of file