Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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