https://github.com/or13/nft-actions
https://github.com/or13/nft-actions
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/or13/nft-actions
- Owner: OR13
- License: apache-2.0
- Created: 2022-05-07T16:29:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T13:37:16.000Z (about 4 years ago)
- Last Synced: 2025-04-07T17:48:47.350Z (about 1 year ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFT Actions
[](https://github.com/OR13/nft-actions/actions/workflows/ci.yml) [](https://github.com/OR13/nft-actions/actions/workflows/demo.yml)
This GitHub actions allows you to mint an NFT and award it to an address using GitHub workflows.
### Contract Address
Deploying contracts with the account:
- [0x3ba6AB697180C18096B2D3fcad41C46ac3002543](https://ropsten.etherscan.io/address/0x3ba6AB697180C18096B2D3fcad41C46ac3002543)
GithubActionsNFT deployed to:
- [0xa2E49db1a0707a1fFCcF061fB13168B176755CE8](https://ropsten.etherscan.io/address/0xa2E49db1a0707a1fFCcF061fB13168B176755CE8)
### Examples
See [demo.yml](./.github/workflows/demo.yml)