https://github.com/arjun-r34/batch_tx
Smart Contract to transfer tokens in batches
https://github.com/arjun-r34/batch_tx
Last synced: about 1 year ago
JSON representation
Smart Contract to transfer tokens in batches
- Host: GitHub
- URL: https://github.com/arjun-r34/batch_tx
- Owner: ARJUN-R34
- License: mit
- Created: 2023-01-24T17:50:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:11:41.000Z (over 3 years ago)
- Last Synced: 2025-01-30T19:48:11.498Z (over 1 year ago)
- Language: Solidity
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```