Skip to content

Commit

Permalink
Updating links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sirarthurmoney committed Apr 6, 2024
1 parent 173ded9 commit 4202984
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Overview

This repo is intended to serve as a potential starting point for building on top of LayerZero. This repo is setup to deploy the following:
1) [OFT](https://layerzero.gitbook.io/docs/evm-guides/layerzero-omnichain-contracts/oft/oft-v1) (V1) on the original 7 chains LayerZero initially supported.
2) [OFTV2](https://layerzero.gitbook.io/docs/evm-guides/layerzero-omnichain-contracts/oft/oftv2) contracts on goerli and bsc-testnet.
1) [OFT](https://docs.layerzero.network/v1/developers/evm-guides/contract-standards/oft-v1.1) (V1) on the original 7 chains LayerZero initially supported.
2) [OFTV2](https://docs.layerzero.network/v1/developers/evm-guides/contract-standards/oft-v1.2) contracts on goerli and bsc-testnet.
3) [ProxyOFTWithFee](https://github.com/LayerZero-Labs/solidity-examples/blob/main/contracts/token/oft/v2/fee/ProxyOFTWithFee.sol) on fuji to convert already deployed ERC20 into OFT and [OFTWithFee](https://github.com/LayerZero-Labs/solidity-examples/blob/main/contracts/token/oft/v2/fee/OFTWithFee.sol) on arbitrum-goerli and bsc-testnet.

Learn about the difference between OFT(v1) and OFTV2 [here](https://layerzero.gitbook.io/docs/evm-guides/layerzero-omnichain-contracts/oft/oft-v1-vs-oftv2-which-should-i-use).

This repo comes with [LayerZero tooling](https://layerzero.gitbook.io/docs/evm-guides/layerzero-tooling) to [Lock in UA Configuration](https://layerzero.gitbook.io/docs/evm-guides/ua-custom-configuration/lock-in-ua-configuration) and Wire Up Configuration.
To use the UA Configuration script please fill in your appConfig.json according to this [documentation](https://layerzero.gitbook.io/docs/evm-guides/layerzero-tooling/ua-configuration).
To use the Wire Up Configuration script please fill in your wireUpConfig.json according to this [documentation](https://layerzero.gitbook.io/docs/evm-guides/layerzero-tooling/wire-up-configuration).
This repo comes with [LayerZero tooling](https://docs.layerzero.network/v1/developers/evm-guides/ua-custom-configuration/ua-utils-tooling/overview) to [Lock in UA Configuration](https://docs.layerzero.network/v1/developers/evm-guides/ua-custom-configuration/overview) and Wire Up Configuration.
To use the UA Configuration script please fill in your appConfig.json according to this [documentation](https://docs.layerzero.network/v1/developers/evm-guides/ua-custom-configuration/ua-utils-tooling/ua-configuration).
To use the Wire Up Configuration script please fill in your wireUpConfig.json according to this [documentation](https://docs.layerzero.network/v1/developers/evm-guides/ua-custom-configuration/ua-utils-tooling/wire-up-configuration).

## Deploy Setup
1. Add a .env file (to the root project directory) with your MNEMONIC="" and fund your wallet in order to deploy!
Expand Down

0 comments on commit 4202984

Please sign in to comment.