An open API service indexing awesome lists of open source software.

https://github.com/bitcoin-sv/spv-wallet-admin

Administrative console for interacting with spv-wallet servers
https://github.com/bitcoin-sv/spv-wallet-admin

admin bsv bux spv-wallet spv-wallet-team spv-wallet-toolkit utxo

Last synced: about 2 months ago
JSON representation

Administrative console for interacting with spv-wallet servers

Awesome Lists containing this project

README

        

# SPV-WALLET-ADMIN

## Table of Contents
- [What is SPV-Wallet?](#what-is-spv-wallet)
- [Installation](#installation)
- [Documentation](#documentation)
- [Code Standards](#code-standards)
- [Running](#running)
- [Contributing](#contributing)
- [License](#license)


## What is SPV-Wallet?
[Read more about SPV-Wallet](https://github.com/bitcoin-sv/spv-wallet/blob/main/README.md)

For in-depth information and guidance, please refer to the [SPV Wallet Documentation](https://docs.bsvblockchain.org/network-topology/applications/spv-wallet).


## Installation
```shell
npm install -g yarn
yarn install
```

## Running
```shell
yarn dev
```

## Documentation
- [Running visual tests](playwright/README.md)

Release Deployment


To be done

## Code Standards
Please read our [standards document](.github/CODE_STANDARDS.md)


## Contributing
View the [contributing guidelines](.github/CODE_STANDARDS.md#3-contributing) and follow the [code of conduct](.github/CODE_OF_CONDUCT.md).


## Contributing
All kinds of contributions are welcome!


To get started, take a look at [code standards](.github/CODE_STANDARDS.md).


View the [contributing guidelines](.github/CODE_STANDARDS.md#3-contributing) and follow the [code of conduct](.github/CODE_OF_CONDUCT.md).


## License
[![License](https://img.shields.io/github/license/bitcoin-sv/spv-wallet-admin.svg?style=flat&v=1)](LICENSE)