Giter Club home page Giter Club logo

bestbid-corda's Introduction


Corda

Corda

About The Project

This project is contains the two CorDapps - one that holds contracts and another that holds workflows -, and a API that starts flows and return states from the CordApps. The contract CorDapp holds two states, one related to the funds that a user has on the platform, and the other related to the NFTs that created at the platform. On the other hand the workflows CorDapp holds flows to issue NFT state, to add funds to a user, to make a bid on a NFT, and to end a NFT auction.

This project was built using the Java CorDapp template. The CorDapp template is a stubbed-out CorDapp that you can use to bootstrap your own CorDapps.

Running the project

Pre-Requisites

We recommend using IntelliJ IDEA, in this way you won't need to install Gradle.

Building the project

To build the project you will use the following command:

gradlew deployNodes

Be aware that this command may vary depending on your OS or OS configurations.

Deploying the nodes

To deploy the nodes you need to execute the runnodes file inside the build/nodes directory

Running the API

To run the api you will use the following command:

gradlew runTemplateServer

Running test coverage

To run the test coverage you just need to build the project using the gradlew clean build and them access the index.html file generated on the build/reports/jacoco/test/html directory (this build directory is the one inside the CorDapps directory).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.