Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otherjoel/amulet-mining
💎🧿 Mining amulets in Racket
https://github.com/otherjoel/amulet-mining
Last synced: about 1 month ago
JSON representation
💎🧿 Mining amulets in Racket
- Host: GitHub
- URL: https://github.com/otherjoel/amulet-mining
- Owner: otherjoel
- License: other
- Created: 2021-03-18T01:42:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T22:20:51.000Z (about 1 year ago)
- Last Synced: 2024-05-10T00:20:26.193Z (9 months ago)
- Language: Racket
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mining amulets in Racket
This is some code I cooked up over the weekend for mining [amulets][1] in Racket. I’ve made an
effort to comment it well enough to understand, but you would also do well to read the documentation
for the libraries it uses: [enumerations][2] and [places][3].You are free to use modify this code however you want, for any purpose; but [you must give
credit][4] to this software and each contributor, for contributing to goods or services that you
develop with the help of this software. (See [the short, readable license][4] for details.)This means (among other things) that if you mint any NFTs that you find with the help of this code,
you must give credit to this software. If using Zora, give credit within the `description` field of
your NFT’s metadata.— Joel Dueck ()
[1]: https://text.bargains/amulet/
[2]: https://docs.racket-lang.org/data/Enumerations.html
[3]: https://docs.racket-lang.org/reference/places.html
[4]: LICENSE.md