Giter VIP home page Giter VIP logo

obligation's Introduction

Corda

Obligation CorDapp

Reminder

This project is open source under an Apache 2.0 licence. That means you can submit PRs to fix bugs and add new features if they are not currently available.

Adding confidential identities dependencies to an existing CorDapp

First, add a variable for the confidential identities version you wish to use:

buildscript {
    ext {
        obligation_release_version = '1.0-SNAPSHOT'
        obligation_release_group = 'com.r3.corda.lib.obligation'
    }
}

Second, you must add the confidential identities development artifactory repository to the list of repositories for your project:

repositories {
    maven { url 'https://software.r3.com/artifactory/corda-lib-dev' }
}

Now, you can add the confidential identities dependencies to the dependencies block in each module of your CorDapp. In your workflow build.gradle add:

cordaCompile "obligation_release_group:contracts:obligation_release_version"
cordaCompile "obligation_release_group:workflows:obligation_release_version"

If you want to use the deployNodes task, you will need to add the following dependency to your root build.gradle file:

cordapp "obligation_release_group:contracts:$obligation_release_version"
cordapp "obligation_release_group:workflows:$obligation_release_version"

These should also be added to the deployNodes task with the following syntax:

nodeDefaults {
    projectCordapp {
        deploy = false
    }
    cordapp("obligation_release_group:contracts:$obligation_release_version")
    cordapp("obligation_release_group:workflows:$obligation_release_version")
}

Flows

//TODO

obligation's People

Contributors

willhr3 avatar

Stargazers

Mohammed A.Baqi avatar

Watchers

James Cloos avatar Mark Zhitomirski avatar Richard Gendal Brown avatar  avatar

Forkers

isabella232

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.