Ulord is a P2P value delivery public chain. Through building its blockchain underlying architecture and digital resource distribution protocols, it enables third-party developers to explore their own applications over open-source agreements to form a complete ecology of blockchain technology and applications. Based on various rules and protocols created by Ulord, it loads various types of digital resource application scenarios including text, pictures, music, video and software, providing a direct docking platform for information creators and consumers.
Resources may be helpful to know about Ulord.
Basic usage resources:
General Info about Ulord:
UlordChain is a infrastructure chain layer and adopts the mixed consensus mechanism of POW and POS.It supports the intermediate layer and top application layer of the Ulord. UlordChain is the infrastructure of the whole ecosystem.
git clone https://github.com/UlordChain/UlordChain.git
Install dependency
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev
# QT 5, for GUI
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
# optional
sudo apt-get install libqrencode-dev
Configure and build
./autogen.sh
./configure
make -j(number of threads)
cd src && ./ulordd -daemon # use ./ulord-cli to make rpc call
The master branch is constantly updated and developed, while stable and versionized executables will be published once mainnet is published.
Issues and commit changes are welcome.
Tests are placed in /tests directory.