-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorg of cross-chain messaging contracts (#173)
- Loading branch information
Showing
49 changed files
with
434 additions
and
1,095 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,30 @@ | ||
# Hardhat Template for ZetaChain | ||
|
||
This is a simple Hardhat template that provides a starting point for developing | ||
smart contract applications on ZetaChain. | ||
|
||
## Prerequisites | ||
|
||
Before getting started, ensure that you have | ||
[Node.js](https://nodejs.org/en/download) (version 18 or above) and | ||
[Yarn](https://yarnpkg.com/) installed on your system. | ||
|
||
## Getting Started | ||
|
||
To get started, install the necessary dependencies: | ||
|
||
``` | ||
yarn | ||
``` | ||
|
||
## Hardhat Tasks | ||
|
||
This template includes Hardhat tasks that streamline smart contract development. | ||
Learn more about the template and the functionality it provides | ||
[in the docs](https://www.zetachain.com/docs/developers/template/). | ||
|
||
## Next Steps | ||
|
||
To learn more about building decentralized apps on ZetaChain, follow the | ||
tutorials available in | ||
[the introduction to ZetaChain](https://www.zetachain.com/docs/developers/overview/). |
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
File renamed without changes.
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
Oops, something went wrong.