https://github.com/dimensiondev/freepass
https://github.com/dimensiondev/freepass
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimensiondev/freepass
- Owner: DimensionDev
- Created: 2023-05-26T07:07:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T10:23:41.000Z (over 2 years ago)
- Last Synced: 2025-02-15T12:52:43.946Z (12 months ago)
- Language: TypeScript
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefly Pass
Firefly promotion NFT: PASS. It is an `ERC721Enumerable`. We provide public sale and whitelist sale.
## Dev
Check the contract source code at [`FireflyPass.sol`](contracts/FireflyPass.sol)
### Typechain
If you want get the typechain thing, pull this repo and run:
```bash
npm run compile
```
### Deployment
| Chain | Address |
| ----- | ------- |
| | |
## Usage
Check the provided function at [`Functions.md`](doc/Functions.md)
## Contribute
Any contribution is welcomed to make it better.
If you have any questions, please create an [issue](https://github.com/DimensionDev/FreePass/issues).
**Enjoy!**