Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawanpaudel93/cryptozombies
CryptoZombies dApp
https://github.com/pawanpaudel93/cryptozombies
Last synced: about 1 month ago
JSON representation
CryptoZombies dApp
- Host: GitHub
- URL: https://github.com/pawanpaudel93/cryptozombies
- Owner: pawanpaudel93
- Created: 2022-02-09T16:07:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T02:15:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T15:12:37.647Z (almost 2 years ago)
- Language: Vue
- Homepage: https://cryptozombies.vercel.app
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CryptoZombies
---
CryptoZombies is a blockchain based game which gives interface to create and collect random crypto zombies, attack other crypto zombies and also feed on crypto kitties to create mixed crypto kitty zombies.
## 📝 Table of Contents
- [📝 Table of Contents](#-table-of-contents)
- [:sparkle: Installing ](#installing-)
- [🚀 Deployment ](#-deployment-)
- [⛏️ Built Using ](#️-built-using-)
- [✍️ Authors ](#️-authors-)
- [🎉 Thanks ](#-thanks-)> Note: The cryptozombies contract is currently deployed on Rinkeby Testnet.
## Installing
Install the dependencies.
```
yarn install
```And set the environment varibles.
```
ALCHEMY_API_KEY=
CONTRACT_ADDRESS=
``````bash
# serve with hot reload at localhost:3000
yarn dev# build for production and launch server
yarn build
yarn start
```- [Solidity](https://soliditylang.org/) - Smart Contract Programming
- [NuxtJs](https://nuxtjs.org/) - The Intuitive Vue Framework
- [Alchemy](https://www.alchemy.com/) - Web3 Development Tools- [@pawanpaudel93](https://github.com/pawanpaudel93)
See also the list of [contributors](https://github.com/pawanpaudel93/cryptozombies/contributors) who participated in this project.