Skip to content

Commit

Permalink
update of verified addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnl1980 committed Mar 12, 2024
1 parent e3afa5a commit ae66281
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function sidebarNEXT(): DefaultTheme.SidebarItem[] {
{ text: 'Explore the Network', link: 'explore-the-network' },
{ text: 'Add to Metamask', link: 'add-to-metamask' },
{ text: 'Verified Addresses', link: 'verified-addresses' },
{ text: 'Deploy Contracts', link: 'contract-deployment' },
],
},
{
Expand Down
24 changes: 24 additions & 0 deletions docs/next/contract-deployment.md
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)
19 changes: 11 additions & 8 deletions docs/next/verified-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ Here you find the `verified` addresses, tokens, smart contracts and dApps on NEX
| 0xa100ae0000000000000000000000000000000000 | Node Driver Auth | Authentication driver |
| 0xa1005eed00000000000000000000000000000000 | Network Initializer | |

## Tokens

| Address | Name | Symbol | Note |
| ------------------------------------------ | ------------------------ | --------- | ------------------------- |
| 0xc000000000000000000000000000000000000000 | Wrapped NEXT | wNEXT | Wrapped version of NEXT |



## Official Tokens

| Address | Name | Symbol | Total Supply | Note |
|--------------------------------------------|--------------|----------|--------------|-------------------------|
| 0xc000000000000000000000000000000000000000 | Wrapped NEXT | wNEXT | 11,3M | Wrapped version of NEXT |
| 0x07e911d000630867501d5c4e65dc58b33b87b36e | BTC | BTC | 21M | Bitcoin |
| 0x0ee2af99f502b4d4cc0cfc829f785953808b489b | ETH | ETH || Ethereum |
| 0xc9773ac0aac80fe678309dac268d7bf29f78fb7c | USDT | USDT || USDT |
| 0x745ebfb05a2df0cf32d3f38a1fa86f84025fbd31 | PAYT | PAYT | 45M | PayAccept |
| 0xb102e66b20676c21f142a35a01b34ea721913e5e | NEXTSHIB | NEXTSHIB | 1B | NextShib |
| 0x8a16afe5b902f0783500974224a39f765d5ea2fb | DOGE | DOGE || Doge |

0 comments on commit ae66281

Please sign in to comment.