Skip to content

matheusportela/magic-chain

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

magic-chain

Magic: The Gathering marketplace using blockchain technology with Ethereum

Requirements

First of all, install Ethereum tools: geth or testrpc and truffle.

Running

Now, in one terminal, run a blockchain with geth or testrpc. The latter is recommended for development purposes because it processes blocks much faster than the former.

$ testrpc

If you prefer using geth, use the provided script make_private_net.sh. It clears all previous blockchains and run a new one. When asked, insert the password: abcd.

$ ./make_private_net.sh
Password: abcd

Now, in another terminal, run the project with the script start.sh. It deploys all contracts and update the front-end with the correct contract address.

$ ./start.sh

You can access the project at http://localhost:8080.

About

Magic: The Gathering marketplace using blockchain technology with Ethereum

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages