Skip to content

Commit

Permalink
Updated OFT guide in README (LayerZero-Labs#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-Gupta authored May 7, 2024
1 parent 770724a commit 66b7780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Following this, you will be guided through setting up a project template. Choose

## Writing Smart Contracts

Our example project offers templates for both the <a href="https://docs.layerzero.network/contracts/oapp" style="color: #a77dff">Omnichain Application (OApp)</a> and <a href="https://docs.layerzero.network/contracts/oft" style="color: #a77dff">Omnichain Fungible Token (OFT)</a> contracts. Select the template that suits your project:
Our example project offers templates for both the <a href="https://docs.layerzero.network/contracts/oapp" style="color: #a77dff">Omnichain Application (OApp)</a> and <a href="https://docs.layerzero.network/v2/developers/evm/oft/quickstart" style="color: #a77dff">Omnichain Fungible Token (OFT)</a> contracts. Select the template that suits your project:

## Writing Unit Tests

Expand Down
2 changes: 1 addition & 1 deletion examples/oft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1 align="center">OFT Example</h1>

<p align="center">
<a href="https://docs.layerzero.network/contracts/oft" style="color: #a77dff">Quickstart</a> | <a href="https://docs.layerzero.network/contracts/oapp-configuration" style="color: #a77dff">Configuration</a> | <a href="https://docs.layerzero.network/contracts/options" style="color: #a77dff">Message Execution Options</a> | <a href="https://docs.layerzero.network/contracts/endpoint-addresses" style="color: #a77dff">Endpoint Addresses</a>
<a href="https://docs.layerzero.network/v2/developers/evm/oft/quickstart" style="color: #a77dff">Quickstart</a> | <a href="https://docs.layerzero.network/contracts/oapp-configuration" style="color: #a77dff">Configuration</a> | <a href="https://docs.layerzero.network/contracts/options" style="color: #a77dff">Message Execution Options</a> | <a href="https://docs.layerzero.network/contracts/endpoint-addresses" style="color: #a77dff">Endpoint Addresses</a>
</p>

<p align="center">Template project for getting started with LayerZero's <code>OFT</code> contract development.</p>
Expand Down

0 comments on commit 66b7780

Please sign in to comment.