Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamiew/webb-nft
mint free commemorative NFTs of the first images from the James Webb Space Telescope (JWST)
https://github.com/jamiew/webb-nft
ethereum nft nfts web3-scaffold
Last synced: 28 days ago
JSON representation
mint free commemorative NFTs of the first images from the James Webb Space Telescope (JWST)
- Host: GitHub
- URL: https://github.com/jamiew/webb-nft
- Owner: jamiew
- Created: 2022-07-12T19:19:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T18:18:45.000Z (over 2 years ago)
- Last Synced: 2024-10-04T10:44:42.154Z (about 2 months ago)
- Topics: ethereum, nft, nfts, web3-scaffold
- Language: TypeScript
- Homepage: https://webb.jamiedubs.com
- Size: 18.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go_webb_go.sol
![A collage of images from this collection](https://dl.dropboxusercontent.com/s/ylluedjt6ykpoa8/webb-mint-collage%2520%25281%2529.png)
Free commemorative NFTs of the first images from the James Webb Space Telescope (JWST)
This repository was forked from the amazing [web3-scaffold](https://github.com/holic/web3-scaffold) at commit [b126e1e7e9](https://github.com/holic/web3-scaffold/commit/b126e1e7e9ca8acc7b8e31197dbaee2c2d7cba1c)
The smart contract is an ERC-1155 built using [Solmate](https://github.com/Rari-Capital/solmate) and [Foundry (forge)](https://github.com/foundry-rs/foundry)
Assets are stored on the appropriately-named [Interplanetary File System (IPFS)](https://ipfs.io)
![Speed Project Approved: <4 hours](https://dl.dropboxusercontent.com/s%2Ftfazrdzp0rjijkg%2Fspeedproject_time_4h.png)
## Deployments
WebbNFT:
- Mainnet: [0xF639B4EbB77DF1ed4b5014C244F60E72B8AdB29b](https://etherscan.io/address/0xf639b4ebb77df1ed4b5014c244f60e72b8adb29b)
- Goerli: [0x3Ed96FC9Aeb5e987E0ef8f6B126213d33A0f1358](https://goerli.etherscan.io/address/0x3Ed96FC9Aeb5e987E0ef8f6B126213d33A0f1358)WebbMultimint:
- Mainnet: [0x3Ed96FC9Aeb5e987E0ef8f6B126213d33A0f1358](https://etherscan.io/address/0x3ed96fc9aeb5e987e0ef8f6b126213d33a0f1358)
- Goerli: [0xbe5C0c149aA303C22854927e9933c7728c9fcaEF](https://goerli.etherscan.io/address/0xbe5c0c149aa303c22854927e9933c7728c9fcaef#code)## Setup
Install the [pnpm](https://pnpm.io/) package manager and run:
```sh
pnpm install
```To build & test contracts, install [foundry](https://github.com/foundry-rs/foundry):
```sh
cd packages/contracts
forge test
```To deploy contracts, check out `packages/contracts/script/WebbNFT.s.sol`
There's no frontend yet
## License
All source code here is (c) 2022 [@jamiew](https://jamiedubs.com/) and made freely available under an [MIT license](https://opensource.org/licenses/MIT)
Images are (c) [NASA/STScI](https://nasa.gov) and [available in the public domain](https://webbtelescope.org/copyright) <3