-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
description: NEXT is a simple, fast, and secure EVM-compatible network for the next generation of decentralized applications powered by the Fantom Lachesis consensus algorithm. | ||
next: | ||
link: ./developer/contract-deployment | ||
text: Contract Deployment | ||
head: | ||
- - meta | ||
- property: og:image | ||
content: /next-logo.png | ||
- - meta | ||
- property: twitter:image | ||
content: /next-logo.png | ||
--- | ||
|
||
# Deploy Contracts | ||
|
||
To deploy smart contracts to Next Smart Chain, make sure your EVM version is set to 'london' or 'paris'. | ||
|
||
# Tools | ||
|
||
We recommend the use of the following tools to deploy smart contracts. Remix is an ideal tool to compile and debug smart contracts, where Open Zeppelin made a wizard in where a token or NFT can be deployed by a few lines of code. | ||
|
||
- [Remix IDE](https://remix.ethereum.org/) | ||
- [Open Zeppelin Wizard](https://docs.openzeppelin.com/contracts/5.x/wizard) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters