kmKowdz / BBCI-Prototype

A prototype for my Blockchain-based Continuous Integration system.
Apache License 2.0
1 stars 0 forks source link

feature-2: create new project and use intkey as model #12

Open kmKowdz opened 3 years ago

kmKowdz commented 3 years ago

Todos: example folder

bin, ci and nightly folders

docker-compose file

kmKowdz commented 3 years ago

Todos: example folder

  • [x] copy intkey folder and change all instances of intkey to bbci
  • [x] remove inc and dec-related functions
  • [ ] modify set and list files
  • [ ] modify test files

bin, ci and nightly folders

  • [x] copy intkey files and change all instances of intkey to bbci

docker-compose file

  • [x] add bbci image
  • [x] change validator tag from nightly to latest

result: localhost: image

image

validator: image

cli: image

interpretation: so far, we can create a transaction in the new project..it was committed successfully which means that the record was submitted, batched and included in a block.