You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ftso/guides/build-first-app.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Build your first FTSOv2 app
3
3
tags: [intermediate, ftso, solidity]
4
4
slug: build-first-app
5
-
description: Use FTSOv2 in your Smart Contract project.
5
+
description: Use FTSOv2 in your Foundry or Hardhat project.
6
6
keywords:
7
7
[
8
8
ftso,
@@ -351,7 +351,7 @@ In this guide, you will learn how to:
351
351
352
352
- Create a contract to read the price of FLR/USD from FTSOv2 using [flare-periphery-contracts](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts).
353
353
354
-
- Compile your contract using Hardhat and run tests.
354
+
- Compile your contract using (Hardhat)[https://hardhat.org/] and run tests.
0 commit comments