Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/cryptozombies
The consolidated and finalized code of the cryptozombies.io project
https://github.com/pmuens/cryptozombies
ethereum ethereum-contract ethereum-dapp ethereum-dapps solidity solidity-contracts web3 web3js
Last synced: about 1 month ago
JSON representation
The consolidated and finalized code of the cryptozombies.io project
- Host: GitHub
- URL: https://github.com/pmuens/cryptozombies
- Owner: pmuens
- Created: 2020-10-22T14:02:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T19:02:22.000Z (over 4 years ago)
- Last Synced: 2024-10-20T04:44:51.097Z (4 months ago)
- Topics: ethereum, ethereum-contract, ethereum-dapp, ethereum-dapps, solidity, solidity-contracts, web3, web3js
- Language: Solidity
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Cryptozombies](https://cryptozombies.io)
This repository contains the consolidated and finalized code of the [cryptozombies.io](https://cryptozombies.io) project.
The original source code can be here:
- https://github.com/loomnetwork/cryptozombie-lessons
- https://github.com/loomnetwork/cryptozombies-lesson-code
- https://github.com/loomnetwork/zombie-char-component## Setup
1. Clone the repository
1. Run `npm install`## Development
Use the locally installed Truffle version via `npx truffle [command]`
## Testing
Run the test suite via `npm test` (or `npx truffle test`).