Skip to content

Commit

Permalink
Merge pull request #3 from Nugetzrul3/send-add
Browse files Browse the repository at this point in the history
Add send function
  • Loading branch information
Nugetzrul3 committed Jun 27, 2020
2 parents 824fb70 + f1d64a1 commit f49bff6
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 31 deletions.
156 changes: 127 additions & 29 deletions js/send.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions send.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@
<input type="text" class="form-control docs-input" id="sendInput" placeholder="Address: sugar1q...">

<label for="amountSUGAR">Amount SUGAR: </label>
<input type="text" class="form-control docs-input" id="amountSUGAR" placeholder="100">

<div class="sendAmount" style="padding-bottom: 5px;">
<input type="text" class="form-control docs-input" id="amountSUGAR" placeholder="100">
</div>
<span id="showErrororSuccess"></span>
<button class="btn btn-primary" id="sendTx" style="width: 100%;">Send Transaction</button>

</body>
Expand Down

0 comments on commit f49bff6

Please sign in to comment.