Skip to content

Commit

Permalink
Merge pull request #1510 from gabriel-indik/fix-links-in-docs
Browse files Browse the repository at this point in the history
Update doc links
  • Loading branch information
EnriqueL8 authored May 15, 2024
2 parents 1bf1c96 + 809d584 commit c46e718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-site/docs/faqs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ There aren't any out of the box bridges to connect two separate chains together,

The recommended way to deploy smart contracts on Ethereum chains is by using FireFly's built in API. For a step by step example of how to do this you can refer to the [Smart Contract Tutorial](../tutorials/custom_contracts/ethereum.md#contract-deployment) for Ethereum based chains.

For Fabric networks, please refer to the [Fabric chaincode lifecycle docs](https://hyperledger-fabric.readthedocs.io/en/latest/chaincode_lifecycle.md) for detailed instructions on how to deploy and manage Fabric chaincode.
For Fabric networks, please refer to the [Fabric chaincode lifecycle docs](https://hyperledger-fabric.readthedocs.io/en/latest/chaincode_lifecycle.html) for detailed instructions on how to deploy and manage Fabric chaincode.

## 🦊 Can I connect FireFly to MetaMask?

Yes! Before you set up MetaMask you'll likely want to create some tokens that you can use to send between wallets on your FF network. Go to the tokens tab in your FireFly node's UI, create a token pool, and then mint some tokens. Once you've done this, follow the steps listed [here](https://hyperledger.github.io/firefly/tutorials/tokens/erc721.html#use-metamask) to set up MetaMask on your network.
Yes! Before you set up MetaMask you'll likely want to create some tokens that you can use to send between wallets on your FF network. Go to the tokens tab in your FireFly node's UI, create a token pool, and then mint some tokens. Once you've done this, follow the steps listed [here](../tutorials/tokens/erc721#use-metamask) to set up MetaMask on your network.

## 🚀 Connect with us on Discord

Expand Down

0 comments on commit c46e718

Please sign in to comment.