Skip to content

Commit

Permalink
Add deprecation notice around Truffle support
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 3, 2023
1 parent 207a7b1 commit a90ffc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/dapp/emerald/writing-dapps-on-emerald.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ Greeter deployed to: 0x6e8e9e0DBCa4EF4a65eBCBe4032e7C2a6fb7C623

## Create dApp on Emerald with Truffle

:::caution

Truffle is being sunset and advises [migration] to HardHat.

:::

[migration]: https://trufflesuite.com/docs/truffle/how-to/migrate-to-hardhat/

Truffle and its accompanying [web3.js] library is another popular smart
contract deployment tool. Let's follow [the official Truffle's quickstart
guide][truffle-quickstart] and unbox the MetaCoin example:
Expand Down
9 changes: 9 additions & 0 deletions docs/dapp/sapphire/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ The expected completion time of this tutorial is 30 minutes.

### Setup

:::caution

Truffle is being sunset and advises [migration] to HardHat. Upcoming versions
of the Sapphire client will not include Truffle support.

:::

[migration]: https://trufflesuite.com/docs/truffle/how-to/migrate-to-hardhat/

Start by installing [Truffle](https://github.com/trufflesuite/truffle#install).

Then, run these commands in your terminal:
Expand Down

0 comments on commit a90ffc6

Please sign in to comment.