Skip to content

.NET class library which allows for interaction with Ethereum tokens PRPS (Purpose) and DUBI (Decentralized Universal Basic Income).

License

Notifications You must be signed in to change notification settings

HopeWallet/Hope.Ethereum.PRPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hope

Code Quality
CodeFactor

Hope.Ethereum.PRPS

.NET class library which allows for interaction with PRPS (Purpose) and DUBI (Decentralized Universal Basic Income).

Includes standard .NET functioning library as well as a Unity game engine compliant library.

Installation

Since the Hope.Ethereum.PRPS library is split up into two core libraries, the installation is slightly different for the two.

.NET Standard Library

The required dlls for the Standard Library to function are located in the Hope.Ethereum.PRPS releases. Download the latest Hope.Ethereum.PRPS zip file, and add all required dlls to your project reference.

Unity Library

The required dlls for the Unity Library to function are located in the Hope.Ethereum.PRPS releases. Download the latest Hope.Ethereum.Unity.PRPS zip file, and add all required dlls to your Unity project's plugins folder.

Dependencies

The Hope.Ethereum.PRPS library has dependencies on the following libraries: Nethereum and Hope.Ethereum.

If you already have any of these libraries imported, only add the Hope.Ethereum.PRPS or Hope.Ethereum.Unity.PRPS dll. If not, they are included in each release.