Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patara43/nft_minter_gaka_chu
ROS node for minting NFT for Gaka-Chu. More info https://github.com/airalab/robot_painter/tree/test_branch
https://github.com/patara43/nft_minter_gaka_chu
Last synced: about 2 months ago
JSON representation
ROS node for minting NFT for Gaka-Chu. More info https://github.com/airalab/robot_painter/tree/test_branch
- Host: GitHub
- URL: https://github.com/patara43/nft_minter_gaka_chu
- Owner: PaTara43
- License: apache-2.0
- Created: 2021-04-22T21:40:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T09:36:49.000Z (about 3 years ago)
- Last Synced: 2023-04-03T10:47:31.357Z (over 1 year ago)
- Language: Python
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nft_minter_gaka_chu
ROS node for minting NFT for Gaka-Chu. More info https://github.com/airalab/robot_painter/tree/test_branchThis package automatically mints NFT of Gaka-Chu art.
When path to file is published to topic `/run`, the script takes the name of a file without `.jpg`/`.png` and remembers it.
As soon as filming of the drawing process is finished (see [this](https://github.com/nakata5321/Video_saver_of_Gaka_NFT) for more details), the script waits for 15 secs to let ffmpeg finish all the processes, then renames files (video, picture and rosbag, which initial locations are specified in config) and publishes them to pinata. After that, a metadata is formed and published to IPFS as well. Then the token is issued, using GakaToken json file as contract description.
There is a testnet option available.