Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from signupcash/slp
Browse files Browse the repository at this point in the history
Version v1.2.0 - SLP and NFT API + improvements
  • Loading branch information
p0o authored May 13, 2021
2 parents b2487fc + 2ea829b commit 1c7861d
Show file tree
Hide file tree
Showing 61 changed files with 5,093 additions and 1,495 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ signer/public/js
signer/public/images
client/dist
node_modules
lerna-debug.log
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Signup Core

This repository contains the official libraries for the core functionality of [signup.cash](https://signup.cash), mostly the client side library and key signer.
This repository contains the official libraries for the core functionality of [signup.cash](https://signup.cash), mostly the client side library and provider.

## What is Signup?

Signup is a non-custodial platform to build blockchain apps exclusively for Bitcoin Cash ecosystem. You can use this library to request your users to pay, and ask them to sign arbitrary payloads without having to think about security measures and low level transaction building.
Signup is a non-custodial wallet to build blockchain dApps exclusively for Bitcoin Cash ecosystem. In simple terms Signup is a BCH wallet with a developer API and the capability to process different types of transactions.

You can read [this blog post](https://read.cash/@p0oker/a-sneak-peek-into-signups-new-dapp-architecture-for-bitcoin-cash-ccf6af56) in order to understand how it works better.

## Demos

To be updated...
Please visit [packages/provider/examples](here) to visit all the examples in vanilla js. All these functionalities are usable in a modern JS development environment like React as well.

## Do I need a specific framework to use it?

Expand All @@ -25,3 +25,7 @@ Please visit the [official docs](https://docs.signup.cash) in order to get start
Signup is a fully open source project and community involvement is highly encouraged. Feel free to open an issue, submit a Pull Request or join [our Telegram group](https://t.me/joinchat/NAXHtw_YK7Qu_MDJt3aOZw) for more discussions!

If you're doing a PR with many changes, please first get a confirmation through an issue or a message in Telegram!

## Support

Want to support Signup wallet? Send us a tip in Bitcoin Cash to this address. We spend all the funds for coffee and code! => bitcoincash:qqqes3ygxpx589wfn44kqlhqzda8zscf952xxxa2au
Loading

0 comments on commit 1c7861d

Please sign in to comment.