https://github.com/mojoaxel/beadnet
A visualisation library for peer-to-peer payment channel networks.
https://github.com/mojoaxel/beadnet
hacktoberfest
Last synced: about 2 months ago
JSON representation
A visualisation library for peer-to-peer payment channel networks.
- Host: GitHub
- URL: https://github.com/mojoaxel/beadnet
- Owner: mojoaxel
- License: agpl-3.0
- Created: 2018-05-21T14:40:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T10:27:36.000Z (over 5 years ago)
- Last Synced: 2024-10-18T23:30:53.711Z (8 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://mojoaxel.github.io/beadnet/
- Size: 945 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BeadNet (Alpha Preview)
A visualisation library for peer-to-peer payment channel networks.*This software is in a very eary stage of development! Even basic functionallity is still broken and brakeing changes may occure at eny time.*

## Documenatation
* [JSDocs](./docs/)## Examples
### Basic Examples
* [Adding and Removing Nodes](./examples/basic/nodes.html)
* [Adding and Removing Channels](./examples/basic/channels.html)
* [Creating and moving Beads](./examples/basic/beads.html)### Simulations
* [Auto Adding and Removing Channels](./examples/simulations/channels.html)
* [Presentation mode](./examples/simulations/presentation.html)
* [Interactive emulator](./examples/simulations/emulator.html)## Support
💕 Every little donation lights up my day!
* **BTC âš¡**: [02ab16f790c7727eac2048771cbe95cbcc1aa93931558c0fd87c06d5c389475a7b@159.89.97.171:9735](https://1ml.com/node/02ab16f790c7727eac2048771cbe95cbcc1aa93931558c0fd87c06d5c389475a7b)
* **BTC**: [34dmeTmeWLPLudJ6gqXBQycd1aXbbQR6Aq](https://blockchain.info/de/address/34dmeTmeWLPLudJ6gqXBQycd1aXbbQR6Aq)
* **Fiat**: [paypal.me/mojoaxel](https://www.paypal.me/mojoaxel)## License
Copyright (C) 2018 [Alexander Wunschik](//github.com/mojoaxel)
**This program is free software**: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License [along with this program](LICENSE).
**I expect all resulting images and animations to be published under a [CC-BY](https://creativecommons.org/licenses/by/4.0/) license.**