Skip to content

injuryholmes/cryptomons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the original readme file from the git repo, please see report about how to run my coursework. I've also leave the README unchanged for reference.

========================================================================================

Original README

========================================================================================

CryptoVipers

A simple Ethereum-based CryptoKitties-like decentralized application (dapp) where you can own, buy, and breed vipers.

This repository is used in this Medium article:

https://medium.com/@sbenemerito/creating-a-cryptokitties-like-dapp-5115efc9e0bb


CryptoVipers

Prerequisites

  • Node - v10.x.x (preferrably v10.15.0 for long term support)
  • npm - v6.x.x (preferrably v6.6.0)

Running It Locally

Clone this repo via to your local machine and install the dependencies by doing the following:

git clone https://github.com/openberry-ac/cryptovipers.git
cd cryptovipers
npm install

Serve the application with hot reload in a development environment via:

npm run dev

Boilerplate

If it is only the boilerplate that you want to clone, do it via:

git clone https://github.com/openberry-ac/cryptovipers.git --branch boilerplate --single-branch

And then do the same following commands as shown above for starting the application, you should be all set by then.

Built With

  • Solidity - Ethereum's smart contract programming language
  • Vue.js - The Javascript framework used
  • web3.js - Javascript library used to interact with the Ethereum blockchain

openberry

Anyone can become a blockchain engineer!

openberry is a tutorial marketplace, designed to enable anyone to learn blockchain programming.

Website:

https://openberry.ac/

Medium:

https://medium.com/openberry

Twitter:

https://twitter.com/openberry_ac

About

467 Principles of Distributed Ledgers project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published