Code Monkey home page Code Monkey logo

lykke's Introduction

This project contains all items needed to integrate with the Decred network.

dcrd-dcrdata

Contains docker containers and configurations files for dcrd and dcrdata. The Lykke.Service.Decred.Api project requires both of these tools to be configured and running.

Lykke.Service.Decred.Api

Provides interface to interact with the Decred network. Reads settings from a location specified in the SettingsUrl environment variable.

Sample appsettings json

{
  "ServiceSettings":{
    "NetworkType": "Test",
    "ConfirmationDepth": 6,
    "Dcrd":{
      "RpcEndpoint": "https://localhost:19109",
      "RpcUser": "user",
      "RpcPass": "pass"
    },
    "Asset":{
      "Precision": 8,
      "AssetId": "DCR",
      "Name": "Decred"
    },
    "Db":{ 
      "LogsConnString":"DefaultEndpointsProtocol=...",
      "azure":"DefaultEndpointsProtocol=...",
      "dcrdata":"Server=127.0.0.1;Port=5432;Database=;User Id=;Password=;"
    }
  },
  "SlackNotifications":{
    "AzureQueue":{
      "ConnectionString":"DefaultEndpointsProtocol=...",
      "QueueName":"slackout"
    }
  }
}

Lykke.Service.Decred.SignService

Provides interfaces to generate new Decred addresses and raw sign p2pkh transactions. Reads settings from a location specified in the SettingsUrl environment variable.

Sample appsettings json

{
  "NetworkType": "Test",
  "Logging": {
    "IncludeScopes": false,
    "Debug": {
      "LogLevel": {
        "Default": "Warning"
      }
    },
    "Console": {
      "LogLevel": {
        "Default": "Warning"
      }
    }
  }
}

lykke's People

Contributors

sefbkn avatar

Watchers

 avatar  avatar

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.