From fc9a8f56582bda5892ad523b786f5a83cb2b99cb Mon Sep 17 00:00:00 2001 From: smyja Date: Tue, 12 Nov 2024 23:10:38 +0100 Subject: [PATCH] Update evm.mdx to include hardhat --- apps/commune-page/src/app/docs/[...slug]/tutorials/evm.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/commune-page/src/app/docs/[...slug]/tutorials/evm.mdx b/apps/commune-page/src/app/docs/[...slug]/tutorials/evm.mdx index 8f25c5ce..cb5f43ae 100644 --- a/apps/commune-page/src/app/docs/[...slug]/tutorials/evm.mdx +++ b/apps/commune-page/src/app/docs/[...slug]/tutorials/evm.mdx @@ -204,6 +204,8 @@ To view your balance or transfer tokens, you'll need to add the token to your wa Remember, every interaction that changes the blockchain state will require a transaction, so keep an eye on your wallet for confirmation prompts. +#### Deploy with Hardhat +To deploy Tokens on commune EVM, follow the guide [here](https://github.com/smyja/comstable) #### Precompiles