Skip to content

Instantly share code, notes, and snippets.

@code-with-sam
Created February 11, 2018 22:06
Show Gist options
  • Save code-with-sam/5f500782576f27afc65abe55042400b1 to your computer and use it in GitHub Desktop.
Save code-with-sam/5f500782576f27afc65abe55042400b1 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Bot's in Steem-js</title>
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>
</head>
<body>
<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script>
const TARGET_PERMLINK = ''
const BLOCK =
const BLOCK_TIME =
const END_TIME =
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment