Skip to content

Commit

Permalink
Added template for quotation contract
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMarcellettiUnicam1 committed Jan 21, 2024
1 parent 5210612 commit d7480ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chaincodes/quotation/lib/QuotationContract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { Contract } = require('fabric-contract-api');
class QuotationContract extends Contract {


}
module.exports = QuotationContract

0 comments on commit d7480ba

Please sign in to comment.