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.
- (Optional) Install Python 3 by following the guide for your choice of OS here.
On Windows, replace
pip3
andpython3
withpip
andpython
in the following commands. Activate the virtual environment by replacingsource env/bin/activate
withenv\Scripts\activate.bat
.
- (Optional) Setup a virtual environment by running:
python3 -m venv env && source env/bin/activate
- Install the DX package by running:
pip3 install DX.py
-
Download the example script from the
examples
folder (link). -
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. -
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.
This project is licensed under the MIT License โ see the LICENSE file for details.
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