Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developing/deploy_facilities/configure_truffle.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ With Truffle, you get:
* An easy process of deploying and debugging contracts on the network
* Automated deployment and running of tests

For a tutorial on how to use Truffle to deploy on the Neon EVM, see [here](/docs/developing/deploy_facilities/using_truffle).
For a tutorial on how to use Truffle to deploy on the Neon EVM, see [here](https://github.com/neonevm/neon-evm.docs/blob/main/docs/developing/deploy_facilities/using_truffle.md).

## Prerequisites
Before you start, make sure the following software is installed on your device:
Expand Down Expand Up @@ -76,4 +76,4 @@ To connect Truffle to a proxy on `node.js`, the `eth_accounts` method from the [

The configuration file is publicly available, and therefore the `word mnemonic` and `private key` contained in the file are also publicly available. This makes it possible for the library to use this data. HDWalletProvider obtains the `word mnemonic` or `private key` from the configuration file and uses this data to sign transactions before sending them to the proxy. Due to this potential vulnerability, Truffle deployment should only be used with test wallets.

> **Note:** Due to the public nature of the private key in this file, it is strongly recommended to use Truffle in the Neon EVM only for developing or testing contracts.
> **Note:** Due to the public nature of the private key in this file, it is strongly recommended to use Truffle in the Neon EVM only for developing or testing contracts.