Skip to content

Commit

Permalink
History removed, due to sensitive data
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-03 committed Apr 15, 2024
0 parents commit 08df0b4
Show file tree
Hide file tree
Showing 935 changed files with 15,147 additions and 0 deletions.
130 changes: 130 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
21 changes: 21 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Himanshu Agarwal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
84 changes: 84 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@

# Deployment of NFT on Open Sea & Website


## 🛣️ Roadmap

- ### Blockchain
We will be hosting our NFT’s on a secured blockchain through which we will store our
metadata and NFT’s in a secure decentralized environment and from there we will mint
those NFT’s for sale purpose on Open Sea platform.

- ### Generating and Selling NFT's
We have created a code for generation of out NFT’s and we will be uploading the files and
metadata of those NFT’s on a secure API platform called as NFT Port. We will be
uploading and minting the NFT’s from our code itself and we will provide the metadata
with various traits and a specific DNA address of each NFT’s

- ### Promotion
We will be promoting our NFT’s on various social media handles and on our Discord
network. As selling NFT’s requires a great amount of connect among the audience we try
to gather as much audience as we can to get known in the Metaverse and among the Open
Sea creators.


<br>

## 👀 Screenshots
- ### Website
<img src ="assets/Website.png" align="center">
<br>

- ### Open Sea
<img src ="assets/opensea.png" align="center">
<img src ="assets/opensea2.png" align="center">
<br>

## 🔗 Links

<div>
<a href="https://hiimanshu.wixsite.com/themutantplanets"><img src="https://img.shields.io/badge/The_mutant_planets-Website-Ff0000?style=for-the-badge&logo=Wix&logoColor=Ff0000" alt="The mutant planets - Website"></a>&nbsp&nbsp&nbsp
<a href="https://instagram.com/the.mutant.planets?igshid=YmMyMTA2M2Y="><img src="https://img.shields.io/badge/The_mutant_planets-Instagram-833AB4?style=for-the-badge&logo=Instagram&logoColor=white" alt="The mutant planets - Instagram"></a>&nbsp&nbsp&nbsp<br><br>
<a href="https://opensea.io/The_Mutant_Planets_"><img src="https://img.shields.io/badge/The_mutant_planets-Opensea-blue?style=for-the-badge&logo=opensea&logoColor=blue" alt="The mutant planets - Opensea"></a>
</div>


<br>

## ✍️ Authors

- [Himanshu Agarwal](https://github.com/himanshu-03)
- [Mahima Churi](https://github.com/Mahitej28)
- [Naman Agarwal](https://github.com/namanagarwal3112)
- [Vinit Agarwal](https://github.com/Vinwinit)
<br>

## 📌 To use this code:

- Clone this repo or download the latest release zip file.
- Unzip, if needed, and open the folder in VS Code.
- From the terminal type:
`npm install`
- Copy your image layers into the `layer` folder.
- Use the `src/config.js` file to set up your layers and NFT information.
<br>

<br />

## 🪪 License
This project follows the [MIT LICENSE](https://choosealicense.com/licenses/mit/).

<br />

<div align="center">
<h3> Connect with me<a href="https://gifyu.com/image/Zy2f"><img src="https://github.com/milaan9/milaan9/blob/main/Handshake.gif" width="50px"></a>
</h3>
<p align="center">
<a href="https://www.github.com/himanshu-03" target="_blank" rel="noreferrer"><img alt="Github" width="37px" src="https://github.com/himanshu-03/himanshu-03/raw/main/assets/socials/github.png"></a> &nbsp&nbsp&nbsp
<a href="https://www.linkedin.com/in/agarwal-himanshu" target="_blank"><img alt="LinkedIn" width="35px" src="https://cdn.iconscout.com/icon/free/png-512/free-linkedin-189-721962.png?f=webp&w=256"></a> &nbsp&nbsp&nbsp
<a href="https://twitter.com/hiimanshu_03" target="_blank"><img alt="Twitter" width="35px" src="https://freelogopng.com/images/all_img/1690643777twitter-x%20logo-png-white.png"></a> &nbsp&nbsp&nbsp
<a href="https://www.instagram.com/_._hiimanshu_._" target="_blank"><img alt="Instagram" width="35px" src="https://github.com/himanshu-03/himanshu-03/raw/main/assets/socials/instagram.png"></a> &nbsp&nbsp&nbsp
<a href="mailto:[email protected]" target="_blank"><img alt="Gmail" width="35px" src="https://github.com/himanshu-03/himanshu-03/raw/main/assets/socials/gmail.png"></a>&nbsp&nbsp&nbsp
<p align="right">(<a href="#top">Back to top</a>)</p>
</p>

Binary file added assets/Website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/opensea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/opensea2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/102.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/103.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/104.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/105.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/106.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/107.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/108.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/109.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/110.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/111.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/112.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/113.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/115.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/116.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/117.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/118.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/119.png
Binary file added build/images/12.png
Binary file added build/images/120.png
Binary file added build/images/121.png
Binary file added build/images/122.png
Binary file added build/images/123.png
Binary file added build/images/124.png
Binary file added build/images/125.png
Binary file added build/images/126.png
Binary file added build/images/127.png
Binary file added build/images/128.png
Binary file added build/images/129.png
Binary file added build/images/13.png
Binary file added build/images/130.png
Binary file added build/images/131.png
Binary file added build/images/132.png
Binary file added build/images/133.png
Binary file added build/images/134.png
Binary file added build/images/135.png
Binary file added build/images/136.png
Binary file added build/images/137.png
Binary file added build/images/138.png
Binary file added build/images/139.png
Binary file added build/images/14.png
Binary file added build/images/140.png
Binary file added build/images/141.png
Binary file added build/images/142.png
Binary file added build/images/143.png
Binary file added build/images/144.png
Binary file added build/images/145.png
Binary file added build/images/146.png
Binary file added build/images/147.png
Binary file added build/images/148.png
Binary file added build/images/149.png
Binary file added build/images/15.png
Binary file added build/images/150.png
Binary file added build/images/151.png
Binary file added build/images/152.png
Binary file added build/images/153.png
Binary file added build/images/154.png
Binary file added build/images/155.png
Binary file added build/images/156.png
Binary file added build/images/157.png
Binary file added build/images/158.png
Binary file added build/images/159.png
Binary file added build/images/16.png
Binary file added build/images/160.png
Binary file added build/images/161.png
Binary file added build/images/162.png
Binary file added build/images/163.png
Binary file added build/images/164.png
Binary file added build/images/165.png
Binary file added build/images/166.png
Binary file added build/images/167.png
Binary file added build/images/168.png
Binary file added build/images/169.png
Binary file added build/images/17.png
Binary file added build/images/170.png
Binary file added build/images/171.png
Binary file added build/images/172.png
Binary file added build/images/173.png
Binary file added build/images/174.png
Binary file added build/images/175.png
Binary file added build/images/176.png
Binary file added build/images/177.png
Binary file added build/images/178.png
Binary file added build/images/179.png
Binary file added build/images/18.png
Binary file added build/images/180.png
Binary file added build/images/181.png
Binary file added build/images/182.png
Binary file added build/images/183.png
Binary file added build/images/184.png
Binary file added build/images/185.png
Binary file added build/images/186.png
Binary file added build/images/187.png
Binary file added build/images/188.png
Binary file added build/images/189.png
Binary file added build/images/19.png
Binary file added build/images/190.png
Binary file added build/images/191.png
Binary file added build/images/192.png
Binary file added build/images/193.png
Binary file added build/images/194.png
Binary file added build/images/195.png
Binary file added build/images/196.png
Binary file added build/images/197.png
Binary file added build/images/198.png
Binary file added build/images/199.png
Binary file added build/images/2.png
Binary file added build/images/20.png
Binary file added build/images/200.png
Binary file added build/images/201.png
Binary file added build/images/202.png
Binary file added build/images/203.png
Binary file added build/images/204.png
Binary file added build/images/205.png
Binary file added build/images/206.png
Binary file added build/images/207.png
Binary file added build/images/208.png
Binary file added build/images/209.png
Binary file added build/images/21.png
Binary file added build/images/210.png
Binary file added build/images/211.png
Binary file added build/images/212.png
Binary file added build/images/213.png
Binary file added build/images/214.png
Binary file added build/images/215.png
Binary file added build/images/216.png
Binary file added build/images/217.png
Binary file added build/images/218.png
Binary file added build/images/219.png
Binary file added build/images/22.png
Binary file added build/images/220.png
Binary file added build/images/221.png
Binary file added build/images/222.png
Binary file added build/images/223.png
Binary file added build/images/224.png
Binary file added build/images/225.png
Binary file added build/images/226.png
Binary file added build/images/227.png
Binary file added build/images/228.png
Binary file added build/images/229.png
Binary file added build/images/23.png
Binary file added build/images/230.png
Binary file added build/images/231.png
Binary file added build/images/232.png
Binary file added build/images/233.png
Binary file added build/images/234.png
Binary file added build/images/235.png
Binary file added build/images/236.png
Binary file added build/images/237.png
Binary file added build/images/238.png
Binary file added build/images/239.png
Binary file added build/images/24.png
Binary file added build/images/240.png
Binary file added build/images/241.png
Binary file added build/images/242.png
Binary file added build/images/243.png
Binary file added build/images/244.png
Binary file added build/images/245.png
Binary file added build/images/246.png
Binary file added build/images/247.png
Binary file added build/images/248.png
Binary file added build/images/249.png
Binary file added build/images/25.png
Binary file added build/images/250.png
Binary file added build/images/251.png
Binary file added build/images/252.png
Binary file added build/images/253.png
Binary file added build/images/254.png
Binary file added build/images/255.png
Binary file added build/images/256.png
Binary file added build/images/257.png
Binary file added build/images/258.png
Binary file added build/images/259.png
Binary file added build/images/26.png
Binary file added build/images/260.png
Binary file added build/images/261.png
Binary file added build/images/262.png
Binary file added build/images/263.png
Binary file added build/images/264.png
Binary file added build/images/265.png
Binary file added build/images/266.png
Binary file added build/images/267.png
Binary file added build/images/268.png
Binary file added build/images/269.png
Binary file added build/images/27.png
Binary file added build/images/270.png
Binary file added build/images/271.png
Binary file added build/images/272.png
Binary file added build/images/273.png
Binary file added build/images/274.png
Binary file added build/images/275.png
Binary file added build/images/276.png
Binary file added build/images/277.png
Binary file added build/images/278.png
Binary file added build/images/279.png
Binary file added build/images/28.png
Binary file added build/images/280.png
Binary file added build/images/281.png
Binary file added build/images/282.png
Binary file added build/images/283.png
Binary file added build/images/284.png
Binary file added build/images/285.png
Binary file added build/images/286.png
Binary file added build/images/287.png
Binary file added build/images/288.png
Binary file added build/images/289.png
Binary file added build/images/29.png
Binary file added build/images/290.png
Binary file added build/images/291.png
Binary file added build/images/292.png
Binary file added build/images/293.png
Binary file added build/images/294.png
Binary file added build/images/295.png
Binary file added build/images/296.png
Binary file added build/images/297.png
Binary file added build/images/298.png
Binary file added build/images/299.png
Binary file added build/images/3.png
Binary file added build/images/30.png
Binary file added build/images/300.png
Binary file added build/images/301.png
Binary file added build/images/302.png
Binary file added build/images/303.png
Binary file added build/images/304.png
Binary file added build/images/305.png
Binary file added build/images/306.png
Binary file added build/images/307.png
Binary file added build/images/308.png
Binary file added build/images/309.png
Binary file added build/images/31.png
Binary file added build/images/310.png
Binary file added build/images/311.png
Binary file added build/images/312.png
Binary file added build/images/313.png
Binary file added build/images/314.png
Binary file added build/images/315.png
Binary file added build/images/316.png
Binary file added build/images/317.png
Binary file added build/images/318.png
Binary file added build/images/319.png
Binary file added build/images/32.png
Binary file added build/images/320.png
Binary file added build/images/321.png
Binary file added build/images/322.png
Binary file added build/images/323.png
Binary file added build/images/324.png
Binary file added build/images/325.png
Binary file added build/images/326.png
Binary file added build/images/327.png
Binary file added build/images/328.png
Binary file added build/images/329.png
Binary file added build/images/33.png
Binary file added build/images/330.png
Binary file added build/images/331.png
Binary file added build/images/332.png
Binary file added build/images/333.png
Binary file added build/images/334.png
Binary file added build/images/335.png
Binary file added build/images/336.png
Binary file added build/images/337.png
Binary file added build/images/338.png
Binary file added build/images/339.png
Binary file added build/images/34.png
Binary file added build/images/340.png
Binary file added build/images/341.png
Binary file added build/images/342.png
Binary file added build/images/343.png
Binary file added build/images/344.png
Binary file added build/images/345.png
Binary file added build/images/346.png
Binary file added build/images/347.png
Binary file added build/images/348.png
Binary file added build/images/349.png
Binary file added build/images/35.png
Binary file added build/images/350.png
Binary file added build/images/351.png
Binary file added build/images/352.png
Binary file added build/images/353.png
Binary file added build/images/354.png
Binary file added build/images/355.png
Binary file added build/images/356.png
Binary file added build/images/357.png
Binary file added build/images/358.png
Binary file added build/images/359.png
Binary file added build/images/36.png
Binary file added build/images/360.png
Binary file added build/images/361.png
Binary file added build/images/362.png
Binary file added build/images/363.png
Loading

0 comments on commit 08df0b4

Please sign in to comment.