All Projects → nebulasio → nebPay.js

nebulasio / nebPay.js

Licence: LGPL-3.0 license
Nebulas payment Javascript SDK

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nebPay.js

neb.java
Java implementation of the Nebulas protocol
Stars: ✭ 30 (-62.96%)
Mutual labels:  transaction, nebulas
js-undo-manager
Simple JavaScript undo/redo command manager supporting transactions with no dependencies
Stars: ✭ 23 (-71.6%)
Mutual labels:  transaction
saga-pattern-nodejs-aws
An implementation of Saga pattern for distributed transactions with NodeJS and AWS
Stars: ✭ 34 (-58.02%)
Mutual labels:  transaction
minter-go-sdk
Minter Blockchain Golang SDK, 💳 wallet, 🧾 transactions, gRPC and HTTP clients 🌐 https://t.me/MinterGoSDK
Stars: ✭ 12 (-85.19%)
Mutual labels:  transaction
arweave-python-client
This client allows you to integrate your python apps with the Arweave network allowing you to perform wallet operations and transactions
Stars: ✭ 87 (+7.41%)
Mutual labels:  transaction
DYFStoreKit
([Swift] https://github.com/chenxing640/DYFStore) A lightweight and easy-to-use iOS library for In-App Purchases (Objective-C). DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.
Stars: ✭ 52 (-35.8%)
Mutual labels:  transaction
LocalTransactionTableTest
利用rabbitmq做消息队列,通过本地消息事务表序列化消息,通过定时轮训保证消息强行落地,最终达到数据最终一致性
Stars: ✭ 19 (-76.54%)
Mutual labels:  transaction
PlasmaContract
More Viable Plasma (MoreVP) contract with Limbo Exits
Stars: ✭ 26 (-67.9%)
Mutual labels:  transaction
cosmospy
Python tools for Cosmos wallet management and offline transaction signing
Stars: ✭ 57 (-29.63%)
Mutual labels:  transaction
neb.py
Nebulas Python API
Stars: ✭ 16 (-80.25%)
Mutual labels:  nebulas
trakeva
Transactions, Keys, and Values
Stars: ✭ 24 (-70.37%)
Mutual labels:  transaction
laravel-reset-transaction
distributed transaction for call remote api service
Stars: ✭ 40 (-50.62%)
Mutual labels:  transaction
rlp
Recursive Length Prefix Encoding in PHP.
Stars: ✭ 25 (-69.14%)
Mutual labels:  transaction
indexeddb-orm
Indexed DB ORM
Stars: ✭ 53 (-34.57%)
Mutual labels:  transaction
node-pg-large-object
Large object support for PostgreSQL clients using the node-postgres library.
Stars: ✭ 31 (-61.73%)
Mutual labels:  transaction
ddal
DDAL(Distributed Data Access Layer) is a simple solution to access database shard.
Stars: ✭ 33 (-59.26%)
Mutual labels:  transaction
blockchain-pen
BlockchainPen - a web app for writing immutable messages to the blockchain.
Stars: ✭ 14 (-82.72%)
Mutual labels:  transaction
bitcoincashjs
WARNING: This project is no longer maintained. Please, use bitcore-lib-cash instead.
Stars: ✭ 80 (-1.23%)
Mutual labels:  transaction
eth.rb
a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
Stars: ✭ 111 (+37.04%)
Mutual labels:  transaction
neb.php
Nebulas PHP API
Stars: ✭ 29 (-64.2%)
Mutual labels:  nebulas

nebPay

NPM

This is the Nebulas payment JavaScript API. Users can use it in browser on both PC and mobile. Users can do NAS payment through Chrome extension and iOS/Android wallet with it. nebPay

Install && Package

Use npm to install dependencies:

npm install

Notice:The official version of the package in NPMJS is nebpay.js, not nebpay and etc.

Use gulp to package the nebPay:

gulp

Now we can check the newly created files in /dist

Here you should see a bunch of js files.

  • nebPay.js: Used in browser side. Including outside dependency.
CDN Support

Nebpay has been released to NPM, and developers can use the following code through CDN addition.

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/nebPay.min.js"></script>

Usage

nebPay.js is a useful library for Nebulas DApp developers. It provides rich underlying support in web's DApp. It implements the payment functions.

For the usage of nebPay please refer to this example:

Wallet support

iOS/Android wallet

Nebpay supports evoking mobile wallets, allowing users to pay via their phones. Mobile payment is safe and convenient. We recommend you to pay by mobile wallet.


Tips:NAS Nano also provides a test version of the wallet for the Testnet, which only supports the use of the wallet in the Testnet for developers to test.

  • iOS for Testnet(itms-services://?action=download-manifest&url=https://testnet.nebulas.io/static/wallet/ios/NASnano.plist)
  • Android for Testnet

Chrome extension wallet

An implementation of chrome extension contributed by community is:

The parameter options.callback is used for querying transaction result. And it's mainnet by default if you don't specify it.

  • to select mainnet: callback : NebPay.config.mainnetUrl (default value)
  • to select testnet: callback : NebPay.config.testnetUrl

Documentation

All NebPay SDK documents are in doc folder.

And also there is a blog tutorial:

The process of a transaction using NebPay

Wiki

Please check our Wiki to learn more about Nebulas.

Contribution

We are very glad that you are considering to help Nebulas Team or go-nebulas project, including but not limited to source code, documents or others.

If you'd like to contribute, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our slack channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.

Please refer to our contribution guideline for more information.

Thanks.

License

The go-nebulas project is licensed under the GNU Lesser General Public License Version 3.0 (“LGPL v3”).

For the more information about licensing, please refer to Licensing page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].