Skip to content

A box containing all you need to get started with our OpenZeppelin (TutorialToken) tutorial.

Notifications You must be signed in to change notification settings

xiaoping378/tutorialtoken-box

 
 

Repository files navigation

TutorialToken Truffle Box

This box has all you need to get started with our Open Zeppelin (TutorialToken) tutorial.

Installation

  1. Install truffle and an ethereum client. For local development, try EthereumJS TestRPC.

    npm install -g truffle // Version 3.0.5+ required.
    npm install -g ethereumjs-testrpc
  2. Download box.

    truffle unbox tutorialtoken
  3. Compile and migrate the contracts.

    truffle compile
    truffle migrate
  4. Run the liteserver development server for front-end hot reloading. For now, smart contract changes must be manually recompiled and migrated.

    npm run dev

NOTE: This box is not a complete dapp, but the starting point for the Open Zeppelin (TutorialToken) tutorial. You'll need to complete that for this to function.

About

A box containing all you need to get started with our OpenZeppelin (TutorialToken) tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • HTML 0.9%