https://github.com/luca-moser/iota-acc-donation-poc
A PoC web app showcasing the usage of the IOTA account module to generate donation addresses.
https://github.com/luca-moser/iota-acc-donation-poc
Last synced: 4 months ago
JSON representation
A PoC web app showcasing the usage of the IOTA account module to generate donation addresses.
- Host: GitHub
- URL: https://github.com/luca-moser/iota-acc-donation-poc
- Owner: luca-moser
- Created: 2019-01-04T07:12:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T15:08:52.000Z (about 6 years ago)
- Last Synced: 2025-01-10T18:22:05.118Z (5 months ago)
- Language: Go
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOTA Donation Website PoC
A PoC donation website leveraging the Go account package for IOTA. Bread and butter resides in the `account.go` file
under `server/controllers`.