Skip to content

TheDXNetwork/dx-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

The DX Network is a protocol to standardise the exchange of structured data by creating domain-specific data marketplaces. Each marketplace is defined by a data model specified in OWL and enables data owners and consumers to sell/buy data from each other programmatically. The first marketplace on the DX Network allows for the exchange of structured data about technology companies, products, news, investors and investments.

Python SDKย  Latest version License Issues

Getting Started

  1. (Optional) Install Python 3 by following the guide for your choice of OS here.

On Windows, replace pip3 and python3 with pip and python in the following commands. Activate the virtual environment by replacing source env/bin/activate with env\Scripts\activate.bat.

  1. (Optional) Setup a virtual environment by running:
python3 -m venv env && source env/bin/activate
  1. Install the DX package by running:
pip3 install DX.py
  1. Download the example script from the examples folder (link).

  2. Replace the arguments of DX.wallet.load with a wallet filename and password that has Testnet (Ropsten) DX Tokens and Ethers. Get in touch if you need Testnet DX Tokens or Ethers.

  3. Run the modified script:

python3 DX-examples.py

For more details on how to interact with the DX Network using the Python SDK, please check out our API docs.

License

This project is licensed under the MIT License โ€” see the LICENSE file for details.

Join the conversation

A great place to talk to the developers and members of the community is our Telegram channel. If you have a question, need a hand, or want to bounce an idea off of other people come on over and join the conversation.

Learn more about the DX Network at โ€” https://dx.network

Check out our project updates at โ€” https://medium.com/TheDXNetwork

Follow the DX Network on Twitter at โ€” https://twitter.com/TheDXNetwork

Find the DX Network on Facebook at โ€” https://www.facebook.com/TheDXNetwork

Releases

No releases published

Packages

No packages published

Languages