Skip to content

Ebazhanov/b9lab-final-project

Repository files navigation

Prerequisites

Check if Node.js and truffle are installed by typing
node -v and truffle version

Steps

#BACKEND#

  1. Initialize truffle (development environment) truffle init

  2. Set up Truffle environment in truffle-config.js

  3. Deploy by running truffle migrate

  4. Run truffle compile to compile the token code

  5. Run test (truffle test)

#FRONTEND#

  1. Run npm init to create a package.json file

  2. Run npm install

  3. Run npm run dev

#IMAGES#

chart

1

2

3

4

5

About

b9lab-final-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published