All Projects → nebulasio → Web Wallet

nebulasio / Web Wallet

Licence: lgpl-3.0

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Web Wallet

Blockchain Wallet
区块链钱包技术指南
Stars: ✭ 205 (-21.46%)
Mutual labels:  blockchain, wallet, transaction
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-31.03%)
Mutual labels:  blockchain, wallet
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (-31.8%)
Mutual labels:  blockchain, wallet
Learning Blockchain
Tidy up Blockchain ecosystem and tutorial
Stars: ✭ 188 (-27.97%)
Mutual labels:  blockchain, transaction
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (-35.63%)
Mutual labels:  blockchain, transaction
Webextensionwallet
Stars: ✭ 170 (-34.87%)
Mutual labels:  blockchain, wallet
Blockchainwallet Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Stars: ✭ 183 (-29.89%)
Mutual labels:  blockchain, wallet
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-45.59%)
Mutual labels:  blockchain, wallet
simple-mpesa
A simple example of how MPESA works. Works with all 3 types of customers i.e. Agents, Merchants and Subscribers. Allows you to configure a tariff and apply it to transactions. The project follows DDD principles.
Stars: ✭ 31 (-88.12%)
Mutual labels:  transaction, wallet
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-22.61%)
Mutual labels:  blockchain, wallet
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-36.02%)
Mutual labels:  blockchain, wallet
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 (-66.67%)
Mutual labels:  transaction, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-36.78%)
Mutual labels:  blockchain, wallet
Ethereum Graph Debugger
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
Stars: ✭ 177 (-32.18%)
Mutual labels:  blockchain, transaction
Simpleos
EOSIO Blockchain Interface & Wallet
Stars: ✭ 157 (-39.85%)
Mutual labels:  blockchain, wallet
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (-30.27%)
Mutual labels:  blockchain, transaction
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-46.36%)
Mutual labels:  blockchain, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-45.98%)
Mutual labels:  blockchain, wallet
Merit
Merit aims to be the world's most adopted digital currency.
Stars: ✭ 196 (-24.9%)
Mutual labels:  blockchain, wallet
SimpleCoin
A simple cryptocurrency application for educational purposes only.
Stars: ✭ 13 (-95.02%)
Mutual labels:  transaction, wallet

web-wallet

How to use the Web Wallet Part 1 - Create a NAS Wallet Part 2 - Sending NAS and ATP from your Wallet Part 3 - Signing a Transaction Offline Part 4 - View Wallet Information Part 5 - Check TX Status Part 6 - Deploy a Smart Contract Part 7 - Call a Smart Contract on Nebulas

Nebulas wallet for the web. Nebulas users can use it to send transactions and submit smart contracts.

Nebulas already has a JavaScript library neb.js that implements address generation, transaction signing, and submission. Web-wallet implemented using this library.

Feature list

  • generate nebulas address/keystore;
  • send transaction (support NAS,NAX,ATP,NAT);
  • send offline transaction;
  • view address/keystore info;
  • view transaction status & info;
  • deploy/call smart contract;
  • choose nebulas network(Mainnet, Testnet etc.).

TODO list

  • Multiple wallet address import methods.

Thanks to @luoman for implementing a pre-version naswallet for us.

Contribution

We are very glad that you are considering to help Nebulas Team, 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].