-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f600d5d
Showing
159 changed files
with
45,698 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# specify creator and dao wallet private keys | ||
CREATOR_WALLET_PRIVATE_KEY="" | ||
DAO_WALLET_PRIVATE_KEY="" | ||
|
||
# alchemy or infura endpoints | ||
MAINNET_NETWORK_URL="" | ||
RINKEBY_NETWORK_URL="" | ||
|
||
ETHERSCAN_API_KEY="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
node_modules | ||
.env | ||
coverage | ||
coverage.json | ||
typechain | ||
.openzeppelin | ||
wallets | ||
whitelist.json | ||
deployed.json | ||
cache | ||
/**/sha.ts | ||
/**/sha.h | ||
*.tgz | ||
.env | ||
*.tsbuildinfo | ||
*.log | ||
|
||
# Hardhat files | ||
cache | ||
dist | ||
artifacts | ||
|
||
# don't include binaries | ||
bin | ||
|
||
# don't include any keys | ||
*.pem | ||
|
||
# ignore os system files, node_modules, and any logs | ||
.DS_Store | ||
vendor | ||
node_modules | ||
.next | ||
.env | ||
*.pid | ||
*.log |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Wizards NFT | ||
|
||
5 Wizards every day. 2000 ever. | ||
|
||
Follow us on Twitter | ||
[@WizardsDAO](https://twitter.com/WizardsDAO) | ||
|
||
# Contributing | ||
|
||
If you're interested in contributing to WizardsDAO please reach out | ||
in our Discord so that we can help you get up to speed. | ||
|
||
# License | ||
|
||
All art is [CC0](https://creativecommons.org/publicdomain/zero/1.0/) “no copyright reserved” | ||
|
||
# Zards | ||
|
||
[@wiznav](https://twitter.com/wiznav) | ||
[@SashaTheWZRD](https://twitter.com/SashaTheWZRD) | ||
[@radjoi](https://twitter.com/radjoi) | ||
|
||
## Contributors | ||
|
||
[@rishub_honda](https://twitter.com/rishub_handa) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "Wizards", | ||
"description": "Wizards are on chain generated NFTs that serve as membership to the WizardsDAO.", | ||
"image": "https://www.wizardsdao.com/public/og.png", | ||
"external_link": "https://www.wizardsdao.com", | ||
"seller_fee_basis_points": 0 | ||
} |
Oops, something went wrong.