Skip to content

Commit

Permalink
Ponder your orb 🔮
Browse files Browse the repository at this point in the history
  • Loading branch information
wizdao committed Jan 17, 2022
0 parents commit f600d5d
Show file tree
Hide file tree
Showing 159 changed files with 45,698 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env-example
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=""
36 changes: 36 additions & 0 deletions .gitignore
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
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions README.md
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)
7 changes: 7 additions & 0 deletions contract-metadata.json
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
}
Loading

0 comments on commit f600d5d

Please sign in to comment.