Skip to content

Commit

Permalink
update to use hardhat tasks and added a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed May 1, 2023
1 parent 693d1fe commit 21eb5eb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Example ZetaChain contracts

## Overview

Welcome to the ZetaChain example contracts repository! This collection of smart
contract projects is written using Hardhat and Solidity, specifically for the
ZetaChain blockchain. Each project showcases different functionalities and use
cases that can be implemented on the ZetaChain platform.

These example contracts cover various aspects of ZetaChain development,
including token contracts, smart contract testing, and deploying contracts to a
ZetaChain network.

Our goal is to provide helpful resources to get you started with building dApps
on the ZetaChain blockchain. If you have any questions or feedback, please feel
free to open an issue or submit a pull request. Happy coding!

## Tutorials

If you are new to ZetaChain and would like to learn how to use these example
contracts, check out [the tutorial section in our
documentation](https://www.zetachain.com/docs/developers/overview/). The
tutorials provide step-by-step instructions on setting up your development
environment, deploying contracts, and interacting with the ZetaChain network.

## Contributing

Contributions to this repository are welcome! If you have an example project or
an improvement to an existing one, please fork the repository, create a new
branch, make your changes, and submit a pull request.

## Disclaimer

These example projects are provided for educational purposes only. They are not
intended for use in production environments without thorough review, security
audits, and customization to meet specific requirements. Use them at your own
risk.

0 comments on commit 21eb5eb

Please sign in to comment.