Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

truffle-box/tutorialtoken-box

Repository files navigation

This box is deprecated. It is likely some features in this box will not work as expected.

Consider following this tutorial to create an ERC20 with truffle instead.

TutorialToken Truffle Box

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

Installation

  1. Install Truffle globally.

    npm install -g truffle
  2. Download the box. This also takes care of installing the necessary dependencies.

    truffle unbox tutorialtoken
  3. Run the development console.

    truffle develop
  4. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

    compile
    migrate
  5. Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

    // Serves the front-end on http://localhost:3000
    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.

FAQ

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages