Skip to content

Magic: The Gathering marketplace using blockchain technology with Ethereum

License

Notifications You must be signed in to change notification settings

matheusportela/magic-chain

Repository files navigation

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