Skip to content

jchoi18/bookchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookChain

IN DEVELOPMENT BookChain is a decentralized textbook exchange platform, using smart contracts to offer a trustworthy peer-to-peer exchange system.

This codebase uses the Truffle Ethereum Development Framework

  1. Use "truffle develop" to launch development ethereum client and the console
  2. Compile smart contracts with "truffle compile"
  3. Deploy smart contracts onto the development ethereum blockchain with "truffle migrate"
  4. Interact with the smart contract from the console (e.g. var book = Textbook.at(Textbook.address) , book.addBook('IBSN Code'))

URL: http://ec2-34-213-174-44.us-west-2.compute.amazonaws.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published