Skip to content

Blockchain side implementation of the Smart Invoices

Notifications You must be signed in to change notification settings

rchavp/smartinvoice-earlypayment-blockchain

Repository files navigation

frontiers-smartinvoice-blockchain

#BUILD IMAGE docker build -t smart-contract .

#RUN IMAGE docker run --volume $(pwd):/mount/smart-invoice --interactive --tty --rm --name smart-contract-dev smart-contract

WORKING WITH THE CONTRACTS

Initialize folder with: truffle init Compile contracts with: truffle compile Deploy contracts with: truffle deploy (use --reset to redeploy from scratch)

About

Blockchain side implementation of the Smart Invoices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published