This website is used to get access to the functions of a blockchain dapp(decentralized application), which is used to provide product licensing on the ethereum network.
The dapp provides a contract between content providers and customers. Customers can choose between limited licenses (only usable for a limited amount of time) and unlimited license (unlimited access). After the payment for a license is made the customer gains access to the payed content and the content provider can check on his website (or any other tool that supports javascript) if the customer has a valid license for his content.
The transaction details and the license validity are saved on the ethereum blockchain and can’t be changed by the customer or the license provider.
If you want to buy some licenses for products, you can do it on this website. Usually you wouldn’t have to visit this page as a product customer since the product provider should implement the customer features on his website. Make sure to buy the correct license for the correct product if you buy it on this website!
With this tool, you can create a digital product and sell it to your customers. If you want to sell a new product, use the product overview page to create one. Make sure to set the productID so that validation works on your HTML page.
<script src="js/dltABI.js"></script>
<script src="js/simpleLicensing.js"></script>
<script>loadSmartContract()</script>