Skip to content

jrg-sln/auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAJ: Decentralized Auction System

Dependencies

  • npm
  • truffle

Test

  1. Set the correct variables in truffle-config.js
  2. Deploy the contracts in the blockchain
    $ truffle migrate --network <blockchain>
  3. Get the addresses of the deployed Contracts
    $ truffle console --network <blockchain>
    > AuctionFactory.address
    '0xdd...'
  4. Set the correct values of the variables in src/config.js
    export const PROVIDER_ADDRESS = 'http://<blockchain_node_address:port>'
    export const AUCTIONFACTORY_ADDRESS = '0xdd...'
  5. Install the project dependencies
    $ npm install
  6. Use the development server to deploy the application
    $ npm run start

About

Dapp for Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published