Skip to content

janussanders/solidity-workshop

 
 

Repository files navigation

Solidity Workshop

Note This code is for educational purposes only.

This repo contains the code for a basic Ethereum Dapp written in Solidity and React. The app is a remake of the wildly popular CryptoKitties, called CryptoKats.

Getting Started

Before you begin, make sure you have Node installed on your system. You'll also need Git to download this boilerplate.

Once you have these installed, clone this repo using the following command:

$ git clone https://github.com/coinbase/solidity-workshop
$ cd solidity-workshop

Next, install the dependencies using npm.

$ npm install

To compile the smart contracts, use truffle.

$ npm run compile

To get a test blockchain up and running open a new window and execute the blockchain command.

$ npm run blockchain

Now back in the first window, we can deploy our smart contracts onto the test network.

$ npm run migrate

Now we just need to hook up the frontend, start the server with the following command

$ npm run start

All done! Open up your browser to http://localhost:3000 to check it out!

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • HTML 10.8%
  • CSS 0.8%