- Add mempool.js link to all examples.
- Ignore files in dist folder, adding .gitkeep instead. - Update readme text with CND instructions. - Update readme badges. - Update readme typo. - Update all the html examples with new CDN link.
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { addresses } = mempoolJS();
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { blocks } = mempoolJS();
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { fees } = mempoolJS();
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { mempool } = mempoolJS();
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { transactions } = mempoolJS();
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
<script src="./../../dist/mempool.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://mempool.space/mempool.js"
|
||||
></script>
|
||||
<script>
|
||||
const init = async () => {
|
||||
const { websocket } = mempoolJS();
|
||||
|
||||
Reference in New Issue
Block a user