Git Product home page Git Product logo

vt-cs2304's Introduction

VT-CS2304

  • Sign up for dockerhub (https://www.hub.docker.com)
  • Install Docker Desktop, should automatically redirect you to this after sign up.
    • Open either Terminal or Powershell (for Mac OSX or Windows)
    • Type the command git clone https://github.com/larryk85/VT-CS2304
    • Type the command docker build eosio ./VTCS2304
    • Now you can start a running instance of nodeos (the eosio blockchain node software).
      • Type the command docker run -p 8888:8888 -p5555:5555 nodeos -e -p eosio --plugin=eosio::http_plugin --plugin=eosio::net_api_plugin
      • You can now run docker ps to see the containers you have running, this will also have the container name for your running instance.
      • To stop nodeos (this will destroy anything blocks log information), run the command docker stop <container name>
  • Download EOSStudio (https://www.eosstudio.io)
    • On start up it should ask you to download EOSIO, EOSIO.CDT and EOSIO.Contracts, install the latest version of each of these.
    • Under the network tab select local and start nodeos.
    • If you cannot start nodeos via EOSStudio, then simply start nodeos via docker and change the network to custom and set the address to localhost:8888.
    • Next compile the new project that you have created (ctrl-b).
    • Now you can deploy this to the running nodeos instance, for the time being you can deploy to the eosio account and not have to create your own account.
  • Install geth (https://geth.ethereum.org/downloads)
    • Also click on install development tools.
  • Install nodejs (https://nodejs.org/en/download)
  • Install truffle via npm (npm install truffle -g)
    • Make a new directory for a test contract.
    • cd into the new directory and run the command truffle init
    • Then run truffle compile.
  • Install ganache (https://www.trufflesuite.com/ganache)
    • Create a new workspace.
    • Add the truffle project that we just created.
    • Save the workspace.
    • Back at the terminal in the directory we created for truffle run truffle deploy.

vt-cs2304's People

Contributors

larryk85 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.