From 25739ea41514719e8baf6e3e69be10c85ea2c0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Nicol=C3=A1s=20Campos=20Rojas?= Date: Mon, 19 Aug 2024 16:04:24 -0400 Subject: [PATCH] Add KiiChain testnet --- README.md | 1 + demo_kiichain.html | 328 +++++++++++++++++++++++++++++++++++++++++++++ js/monetizado.js | 1 + 3 files changed, 330 insertions(+) create mode 100644 demo_kiichain.html diff --git a/README.md b/README.md index f61fd3f..d388fd4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - Demo with Etherlink: https://monetizado.github.io/demosmonetizado/demo_etherlink.html - Demo with Filecoin: https://monetizado.github.io/demosmonetizado/demo_filecoin.html - Demo with Fuse: https://monetizado.github.io/demosmonetizado/demo_fuse.html +- Demo with KiiChain: https://monetizado.github.io/demosmonetizado/demo_kiichain.html - Demo with Linea: https://monetizado.github.io/demosmonetizado/demo_linea.html - Demo with Lisk: https://monetizado.github.io/demosmonetizado/demo_lisk.html - Demo with Meter: https://monetizado.github.io/demosmonetizado/demo_meter.html diff --git a/demo_kiichain.html b/demo_kiichain.html new file mode 100644 index 0000000..065f2bc --- /dev/null +++ b/demo_kiichain.html @@ -0,0 +1,328 @@ + + + + + + + + + + + + Monetizado demo - KiiChain + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + +
+ + + + + + +
+ + +
+

Protected Content

+
+ + +
+ + +
+ +
+ +
+
This page is monetized thanks to Monetizado
+ +
+ +
+
+ The content URI for this content is +
+ +
+
+ +
+ +
+
This page is exclusive for subscriptors
+ +
+ +
+
+ This content is protected, just for subscriptors. + + To get access to the exclusive content, you need to pay: + + +
+
+ You paid, and you have access for this exclusive content. +
+
+
+
+ + +
+
+
+
Monetizado
+
+
+

Monetizado is an on-chain pay-per-view platform that allows you to monetize any web page and static content (if you don't have access to the backend to make changes) through Web3.

+
+
+
+
+ + +
+ +
+ + +
+
+ +
+ + +
+ + + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/monetizado.js b/js/monetizado.js index 56a7846..fdb33d2 100644 --- a/js/monetizado.js +++ b/js/monetizado.js @@ -13,6 +13,7 @@ const networks = { "etherlink:testnet" : "0x4dA05ddA2F0586327E956548fd3E88a508ba2168", "filecoin:testnet" : "0x6388418CfEa921C323b91B173E10D7f8f1193680", "fuse:testnet" : "0x4dA05ddA2F0586327E956548fd3E88a508ba2168", + "kii:testnet" : "0x4dA05ddA2F0586327E956548fd3E88a508ba2168", "linea:testnet" : "0x4dA05ddA2F0586327E956548fd3E88a508ba2168", "lisk:testnet" : "0x4dA05ddA2F0586327E956548fd3E88a508ba2168", "meter:testnet" : "0x923720cA17B2e071542FE7419394EA717fdC1b98",