Git Product home page Git Product logo

jellyfish.net's Introduction

NuGet

Jellyfish.NET

Welcome to Jellyfish.NET

If you want to build a .NET application that operates on the DeFiChain, you have come to the right place!

But be warned: This project is huge and under active development. You can already use some parts of Jellyfish.NET, others not yet. If you want to contribute, feel free to do so, your help is appreciated.

What is Jellyfish.NET?

This project is a .NET port of DeFiChain Jellyfish. It is used to communicate with a DeFiChain full node and contains tools and libraries to build .NET applications for the DeFiChain.

Its goal is to be roughly in sync with the APIs and features provided by the DeFiChain team to let .NET developers utilize its full potential.

Jellyfish.NET uses modern .NET technology and programming techniques. It is built on the newly released .NET 6 and C# 10 and supports nullable reference types. API methods follow a task-based approach with the async/await pattern.

How to use Jellyfish.NET today

As a prerequisite, you have to have a DeFiChain full node running on your computer. You also have to set up an RPC username and password on that full node.

Then to use Jellyfish.NET, just install the Jellyfish.NET NuGet package from nuget.org. From there, you only have to create a client and can start calling API methods!

var client = new JellyfishClient("http://foo:bar@localhost:8554");
var prices = await client.Oracle.ListPricesAsync();

What is already complete and what isn't?

  • You can already use all of the existing Jellyfish APIs. This also means that there is a functioning API client as well as JSON serialization support
  • The APIs also include the upcoming decentralized stocks (Loan and Oracle APIs).
  • Every finished API will be kept in sync with DeFiChain Jellyfish development.
  • Other library code, like transaction signing or wallet management is not yet ported but will be there in the future.
Library Done
Address
Account API ✔️
Blockchain API ✔️
Governance API ✔️
ICXOrderBook API ✔️
Loan API ✔️
Masternode API ✔️
Mining API ✔️
Misc API ✔️
Net API ✔️
Oracle API ✔️
PoolPair API ✔️
RawTx API ✔️
Server API ✔️
SPV API ✔️
Token API ✔️
Wallet API ✔️
API Json RPC ✔️
Block
Buffer
Crypto
Json ✔️
Network ✔️
Testing
Transaction
Transaction Builder
Transaction Signature
Wallet
Wallet Classic
Wallet Encrypted
Wallet Mnemonic

License & Disclaimer

Like with the original Jellyfish project, by using Jellyfish.NET (this repo), you (the user) agree to be bound by the terms of this license (MIT License).

jellyfish.net's People

Contributors

defichaininfo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jellyfish.net's Issues

Wen NuGet

Great Project!
Had the same idea some months ago but did not find the time to create such a library.
Glad someone made it. Will consider contributing in the future.

Will the library be available from the official NuGet feed?

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.