Judging Criteria
All submissions must contain clear and concise information with explicit instruction and images describing each step required to execute the process. An accompanying video in addition to the written content is highly desired.
All submissions will be put through an industry standard plagiarism detection tool to ensure that all submissions are the work and ideas of the person submitting for the bounty. If the plagiarism tools flags your submission you will be disqualified from participation in the bounty.
You will be provided with resources (if available) as an aid to help you get started. The sole act of submitting content for the bounty does not automatically qualify you for the bounty. Our team will review all submissions and will choose the submission whose content best fits the needs and requirements of the bounty.
Only one participant will be selected as the winner for the bounty, and they will be notified within 7 working days after the bounty has ended.
Description
Amount of Bounty
Grant Sponsor: XDC Foundation. All monies paid will be in XDC.
What will you be creating?
You will be creating how to documentation for the XDC Network. Some documentation has already been created, and you will read through it to ensure it works as intended, reads clearly or if it needs better clarification, then make those changes. Those items without documentation will be created from scratch. Documentation will have images that describe or represents what's being done or described in your tutorial.
Details
Creating, Deploying, and Interacting with an XRC20 token using Hardhat
Hardhat is an Ethereum development environment that provides an easy way to deploy contracts, run tests and debug Solidity code locally.
What you will learn
In this tutorial, you will learn how to set up Hardhat and use it to build, test and deploy a XRC20 Token on both the XDC Network mainnet and XDC Apothem testnet.
What you will do
-
Set up Hardhat
-
Create a XRC20 token contract
-
Compile the XRC20 token contract
-
Test the XRC20 token contract
-
Deploy the XRC20 token contract
-
Pay the Gas Fees
Setting up the development environment
- Creating a project (with images)
- Checking the XRC20 token (sample code with images preferred)
- Setting up the XRC20 token contract
- Compiling the XRC20 token contract
- Testing the XRC20 token contract (where is the contract going to be tested...a link will be great)
Deploying an XRC20 token contract on the XDC Network
- Add funds to wallet using Apothem Faucet
- Walk user through deployment process with screenshots
- Validate smart contract deployment via Apothem network explorer
Total Prize of Bounty
Total sum of up to $500.00 USD worth of XDC for this event, reward amount assigned at judge's discretion.
Further Details
This event will be an ongoing collaboration to create "how to" documentation for the XDC Network. All documentation will be open source and uploaded here:
https://github.com/XDC-Community/docs/tree/main/how-to/XRC20/Hardhat
Resources
These are some of the resources you have available to you where you will find the necessary information to complete your submission.
Hardhat
https://hardhat.org/
Apothem Faucet
https://faucet.apothem.network/
XRC20 Tokens
https://ruslanwing100.medium.com/how-to-create-an-xrc-20-token-the-simple-way-8431b7da7f89
Sample of Documentation
https://ruslanwing100.medium.com/how-to-create-and-deploy-an-xrc-20-token-on-the-xinfin-blockchain-network-939a300267c4
Judging Criteria
All submissions must contain clear and concise information with explicit instruction and images describing each step required to execute the process. An accompanying video in addition to the written content is highly desired.
All submissions will be put through an industry standard plagiarism detection tool to ensure that all submissions are the work and ideas of the person submitting for the bounty. If the plagiarism tools flags your submission you will be disqualified from participation in the bounty.
You will be provided with resources (if available) as an aid to help you get started. The sole act of submitting content for the bounty does not automatically qualify you for the bounty. Our team will review all submissions and will choose the submission whose content best fits the needs and requirements of the bounty.
Only one participant will be selected as the winner for the bounty, and they will be notified within 7 working days after the bounty has ended.
Description
Amount of Bounty
Grant Sponsor: XDC Foundation. All monies paid will be in XDC.
What will you be creating?
You will be creating how to documentation for the XDC Network. Some documentation has already been created, and you will read through it to ensure it works as intended, reads clearly or if it needs better clarfication, then make those changes. Those items without documentation will be created from scratch. Documentation will have images that describe or represents what's being done or described in your tutorial.
Details
Name or title of the tutorial
- Overview Here you can write the overview of what the tutorial will be about.
What you will learn
For example: In this tutorial, you will learn how to set up (insert name of tutorial) and use it to build, test and deploy a simple smart contract.
What you will do
- Set up (Name of tool(s) you will be setting up)
- Create a simple smart contract
- Compile contract
- Test contract
- Deploy contract
Setting up the development environment
- Creating a project (with images)
- Checking the contract (sample code with images preferred)
- Setting up the contract
- Compiling the contract
- Testing the contract (where is the contract going to be tested...a link will be great)
Deploying a contract on the XDC Network
This section can be used if you are deploying contracts on the network. Otherwise it can be ommited when you create your bounty.
Total Prize of Bounty
Total sum of up to $1,000.00 USD worth of XDC for this event, reward amount assigned at judge's discretion.
Further Details
This event will be an ongoing collaboration to create "how to" documentation for the XDC Network. All documentation will be open source and uploaded here:
(insert link for either github, gitbooks, etc)
Resources
These are some of the resources you have available to you where you will find the necessary information to complete your submission.
XDC Remix
https://remix.xinfin.network/#optimize=false&runs=200&evmVersion=null&version=soljson-v0.8.7+commit.e28d00a7.js
Sample of Documentation
(Please add links to documentation here)