Skip to content

Commit

Permalink
feat: galxe campaign 2 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia-4c6961 authored Oct 11, 2024
1 parent 6bf1cae commit 03dc88f
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions content/1.overview/5.faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,30 @@ On Archway, developers have the complete power to choose what they want to do wi

Archway uses pre-defined modules within the Cosmos SDK for basic blockchain functionality including authenticating transactions, blockchain accounting, smart contract runtime and consensus. In addition to these modules, Archway has created two custom modules for reward distribution and tracking gas consumption.


## Why are my Keplr and Ledger addresses different if the mnemonic is the same?

Ledger and Keplr use different path derivation mechanisms. For this reason, it is not advisable to import the mnemonic obtained by creating a wallet with Ledger and paste it into Keplr to initialize it. Instead, if you want to create your mnemonic in Ledger and use it in Keplr, you should connect [Ledger with Keplr](/community/wallet-setup/ledger-setup#connect-ledger-with-keplr).

If you copied the mnemonic you obtained from Ledger into the Keplr wallet and you see a different address, don't worry: your funds are safe. Simply try connecting Ledger with Keplr, instead of manually copying the mnemonic (which is not recomended).

## By which wallets is $ARCH supported?
Currently you can use ARCH on Keplr, Cosmotation, Ledger and Leap wallets.

## How can I create a wallet address for $ARCH?
Currently you can use ARCH on Keplr, Cosmotation, Ledger and Leap wallets.

## How can I create a wallet address for $ARCH?

You can have a look at the [wallet setup](/community/wallet-setup/overview) section.

## What block explorers can I use for the Archway ecosystem?
You can have a look at the [block explorers](/resources/blockexplorers) section.

You can have a look at the [block explorers](/resources/blockexplorers) section.

## Can I send $ARCH to a MetaMask wallet?
Currently $ARCH is a token that lives in the Cosmos ecosystem. So you can export it to other IBC compatible blockchains, but not yet to EVM chains.

Currently $ARCH is a token that lives in the Cosmos ecosystem. So you can export it to other IBC compatible blockchains, but not yet to EVM chains.
You can have a look at the chains where you can export $ARCH to in the [ibc channels](/resources/ibc-channels) section.

## What are Archway’s official links?
## What are Archway’s official links?

- <a href='https://github.com/archway-network' target='_blank'>Github</a>

Expand All @@ -92,34 +95,43 @@ You can have a look at the chains where you can export $ARCH to in the [ibc chan

- <a href='https://archway.io' target='_blank'>Website</a>

## What is the second clue for Archway’s Treasure Planet Scavenger Hunt?

Congratulations on finding the second password, you're getting warmer! Password #2: 'Gas Guzzlers'. Link to clue #3: <a href="https://connect.archway.io/" target="_blank">https://connect.archway.io/</a>

## Where can i find the Whitepaper and the Economics paper?

You can find the Whitepaper and the Economics paper in the <a href='https://archway.io/whitepapers' target='_blank'>whitepapers</a> section of the website.

## What does it mean to be a Cosmos native chain?
## What does it mean to be a Cosmos native chain?

When a blockchain is Cosmos-native, it means that it was built using the Cosmos SDK, the blockchain framework for modularity, interoperability and sovereignty. The Cosmos SDK allows developers to build custom Application Specific Blockchains by leveraging pre-existing modules. Cosmos SDK is the cutting edge technology for blockchains' interoperability and modularity.

You can learn more about the underlying technology used by Archway in the [tech stack](/overview/cosmos_ibc_cosmwasm) section.

## What is IBC?

The Inter Blockchain Communication Protocol (IBC) is an open-source protocol that allows for data transport and authentication between blockchains.
IBC allows blockchains to interact between each other by relaying IBC messages, enabling cross-chain communication. This is an essential piece to achieve the Web3 vision, allowing usersto frictionlessly interact with different ecosystems. IBC allows you not only to import tokens from a chain to another, but also to leverage the specific advantages of each chain by enabling cross-chain logic.
IBC allows blockchains to interact between each other by relaying IBC messages, enabling cross-chain communication. This is an essential piece to achieve the Web3 vision, allowing usersto frictionlessly interact with different ecosystems. IBC allows you not only to import tokens from a chain to another, but also to leverage the specific advantages of each chain by enabling cross-chain logic.

You can learn more about IBC in the [IBC](/validators/running-a-relayer/introduction) section.

## What is Phi Labs?

Phi Labs is a software development company, focused on building blockchain tooling and contributing to web3 protocols. Phi Labs is also a core contributor to Archway. Check out the <a href='https://philabs.xyz' target='_blank'>website</a>.

## Can I contribute to Archway without being a part of Phi Labs?
Absolutely! Here are a few ways you can get involved:

Absolutely! Here are a few ways you can get involved:

- Ambassador Program: Become an Archway ambassador, and organize meetups, create content, and moderate regional communities.
- Build on Archway: Looking to build a dapp? Connect with other developers on our <a href='https://discord.gg/archwayhq' target='_blank'>Discord</a> or reach out to our Business Development team at <a href="mailto:[email protected]">[email protected]</a>.


Contribute to the protocol: We always appreciate a second set of eyes! Help us improve the protocol by contributing via <a href='https://github.com/archway-network' target='_blank'>Github</a>.

## How can I become a CosmWasm developer?

Archway is affiliated with <a href='https://area-52.io/' target='_blank'>Area-52</a>, which is a free, educational platform for developers to learn to build dapps. Take the courses to get started, and visit the Area-52 social channels to engage with other developers:

- <a href='https://twitter.com/area52_io' target='_blank'>Twitter</a>
- <a href=' https://discord.gg/Snb8Ntxm' target='_blank'>Discord</a>

0 comments on commit 03dc88f

Please sign in to comment.