Skip to content

Commit

Permalink
Merge pull request #1 from rohenaz/feature/go-paymail
Browse files Browse the repository at this point in the history
Added go-paymail
  • Loading branch information
rohenaz authored Sep 29, 2020
2 parents c58156c + 39797c5 commit 1938fdb
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ node_modules/

# dotenv environment variables file
.env

# JetBeans
.idea
todo.md
11 changes: 4 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found</title>
<title>Go BSV - Page Not Found</title>

<style media="screen">
body {
Expand Down Expand Up @@ -92,11 +92,8 @@
<div id="message">
<h2 class="text-lg">404</h2>
<h1>Page Not Found</h1>
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
<h3>Why am I seeing this?</h3>
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file
in your project's configured <code>public</code> directory.</p>
<p><a href="https://gobitcoinsv.com">Go back to the projects</a></p>
</div>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# gobitcoinsv
gobitcoinsv.com - A collections of go libraries for building on Bitcoin SV
# [GoBitcoinSV](https://gobitcoinsv.com)
> A collections of go libraries for building on Bitcoin SV
52 changes: 33 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="h-screen flex items-center">
<div class="w-full">
<div class="m-auto max-w-sm">
<img src="./images/wizard.svg" />
<img src="./images/wizard.svg" alt="Go BSV" />
</div>
<h1 class="text-center text-2xl font-bold">Go + Bitcoin SV</h1>
<h2 class="text-center text-base text-teal-800 mb-12">A collection of Golang code repositories for Bitcoin SV
Expand All @@ -47,6 +47,7 @@ <h2 class="text-center text-base text-teal-800 mb-12">A collection of Golang cod
</div>

<div class="container mx-auto px-4 sm:px-6 lg:px-8">

<div class="mb-4">

<h3 class="font-semibold text-lg">paymail-inspector</h3>
Expand All @@ -58,6 +59,19 @@ <h5 class="text-sm font-semibold text-teal-800">cli tool, library</h5>
href="https://github.com/mrz1836/paymail-inspector">https://github.com/mrz1836/paymail-inspector</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">go-paymail</h3>
<h5 class="text-sm font-semibold text-teal-800">library, client</h5>

<p class="mt-4">Library for implementing Paymail in your Go projects</p>

<br /><a class="text-teal-600"
href="https://github.com/tonicpow/go-paymail">https://github.com/tonicpow/go-paymail</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">lib-sv</h3>
Expand All @@ -68,6 +82,7 @@ <h5 class="text-sm font-semibold text-teal-800">library</h5>
<br /><a class="text-teal-600" href="https://github.com/libsv/libsv">https://github.com/libsv/libsv</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -91,14 +106,14 @@ <h5 class="text-sm font-semibold text-teal-800">
<p class="mt-4">
bsvd does not include any wallet functionality by design as it makes the codebase more modular and easy to
maintain.
The bsvwallet is a separate application that provides a secure Bitcoin (BSV) wallet that communicates with your
The bsv wallet is a separate application that provides a secure Bitcoin (BSV) wallet that communicates with your
running bsvd instance via the API.
</p>


<br /><a class="text-teal-600" href="https://github.com/bitcoinsv/bsvd">https://github.com/bitcoinsv/bsvd</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -112,13 +127,12 @@ <h5 class="text-sm font-semibold text-teal-800">
Official library for the TonicPow incentive API
</p>



<br />
<a class="text-teal-600"
href="https://github.com/tonicpow/go-tonicpow">https://github.com/tonicpow/go-tonicpow</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -129,7 +143,7 @@ <h5 class="text-sm font-semibold text-teal-800">
</h5>

<p class="mt-4">
The unofficial golang implementation for the whatsonchain.com API
The unofficial golang implementation for the <a href="https://developers.whatsonchain.com/#introduction" target="_blank">whatsonchain.com API</a>
</p>

<br />
Expand All @@ -152,6 +166,7 @@ <h5 class="text-sm font-semibold text-teal-800">library</h5>
href="https://github.com/tonicpow/go-bsvrates">https://github.com/tonicpow/go-bsvrates</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">
<h3 class="font-semibold text-lg">
go-polynym
Expand All @@ -161,15 +176,14 @@ <h5 class="text-sm font-semibold text-teal-800">
</h5>

<p class="mt-4">
Unofficial API wrapper for the Polynym handle resolution API.
Unofficial API wrapper for the <a href="https://polynym.io" target="_blank">Polynym</a> handle resolution API.
</p>



<br /><a class="text-teal-600"
href="https://github.com/mrz1836/go-polynym">https://github.com/mrz1836/go-polynym</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -180,14 +194,13 @@ <h5 class="text-sm font-semibold text-teal-800">
</h5>

<p class="mt-4">
The unofficial golang implementation for the Preev.pro API
The unofficial golang implementation for the <a href="https://preev.pro/" target="_blank">Preev.pro API</a>
</p>


<br /><a class="text-teal-600" href="https://github.com/mrz1836/go-preev">https://github.com/mrz1836/go-preev</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -201,12 +214,11 @@ <h5 class="text-sm font-semibold text-teal-800">
The unofficial Go implementation for the MatterCloud API
</p>


<br /><a class="text-teal-600"
href="https://github.com/mrz1836/go-mattercloud">https://github.com/mrz1836/go-mattercloud</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -220,11 +232,10 @@ <h5 class="text-sm font-semibold text-teal-800">
A library for working with B transactions (Bitcoin OP_RETURN protocol)
</p>


<br /><a class="text-teal-600" href="https://github.com/rohenaz/go-b">https://github.com/rohenaz/go-b</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -241,6 +252,7 @@ <h5 class="text-sm font-semibold text-teal-800">
<br /><a class="text-teal-600" href="https://github.com/rohenaz/go-bob">https://github.com/rohenaz/go-bob</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -257,6 +269,7 @@ <h5 class="text-sm font-semibold text-teal-800">
<br /><a class="text-teal-600" href="https://github.com/rohenaz/go-bmap">https://github.com/rohenaz/go-bmap</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand All @@ -273,6 +286,7 @@ <h5 class="text-sm font-semibold text-teal-800">
<br /><a class="text-teal-600" href="https://github.com/rohenaz/go-bap">https://github.com/rohenaz/go-bap</a>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">

<h3 class="font-semibold text-lg">
Expand Down Expand Up @@ -302,7 +316,6 @@ <h5 class="text-sm font-semibold text-teal-800">
A library for working with Magic Attribute Protocol. Used in conjunction with a Tape from go-bob
</p>


<br /><a class="text-teal-600" href="https://github.com/rohenaz/go-map">https://github.com/rohenaz/go-map</a>
<hr class="b-0 my-4" />
</div>
Expand Down Expand Up @@ -372,7 +385,7 @@ <h5 class="text-sm font-semibold text-teal-800">library</h5>
<div class="flex items-center">

<div class="w-1/2 sm:w-1/3 md:w-1/4">
<img src="./images/zoro.svg" />
<img src="./images/zoro.svg" alt="Go BSV" />

</div>
<div class="w-full items-center">
Expand All @@ -391,6 +404,7 @@ <h5 class="text-sm font-semibold text-teal-800">library</h5>
</div>
</div>
</div>
</div>
</body>

</html>
</html>

0 comments on commit 1938fdb

Please sign in to comment.