GithubHelp home page GithubHelp logo

shengyun1991 / ebay Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.03 MB

区块链商品拍卖项目

License: MIT License

HTML 16.92% JavaScript 48.37% CSS 9.86% Solidity 24.85%
truffle webpack solidity ethereum ipfs

ebay's Introduction

ebay

商品竞拍项目 基于以太网 主要功能包括:添加商品,商品竞标详情展示,竞标,揭标,仲裁,付款等流程,ipfs进行图片存储

本项目使用truffle框架+webpack开发 注:使用exec seeds.js快速添加商品

下面是执行方式:

Webpack Truffle Box

This box is our most bare official implementation with Webpack.

Includes contracts, migrations, tests, user interface, and webpack build pipeline.

Installation

First ensure you are in a new and empty directory.

  1. Run the unbox command via npx and skip to step 3.

    npx truffle unbox webpack
  2. Alternatively, you can install Truffle globally and run the unbox command.

    npm install -g truffle
    truffle unbox webpack
  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. In the app directory, we build and run our frontend. Smart contract changes must be manually recompiled and migrated.

    // in another terminal (i.e. not in the truffle develop prompt)
    cd app
    npm run dev
  6. Truffle can run tests written in Solidity or JavaScript against your smart contracts. Note the command varies slightly if you're in or outside of the development console.

    // inside the development console.
    test
    
    // outside the development console..
    truffle test
  7. To build the application for production, use the build script in the app folder. A production build will be in the app/dist folder.

    // ensure you are inside the client directory when running this
    npm run build

FAQ

  • Where is my production build?

    The production build will be in the app/dist folder after running npm run build in the app folder.

  • Where can I find more documentation?

    This box is a marriage of Truffle and a Webpack setup. Either one would be a great place to start!

ebay's People

Contributors

shengyun1991 avatar

Watchers

 avatar

ebay's Issues

流程

你好,请问整个竞拍流程是怎样的

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.