Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`).