Skip to content

Instantly share code, notes, and snippets.

@stuckatsixpm
stuckatsixpm / writeup.md
Last active March 13, 2022 11:25
DYGYCON 7 Winners

Hi everyone,

We're finally drawn the winners of the DYGYCON 7 Prize Packs. We apologise for how late this was done. It completely slipped from our radar amidst the other development work we've been doing.

Before we begin:

We have updated the giveaway slightly. Originally, there were 111 prizes in total:

  • 1 Grand Prize
  • 10 Major Prizes
  • 100 Minor Prizes
@stuckatsixpm
stuckatsixpm / sixpm_book.json
Created October 11, 2021 05:52
SixPM Software Book
{
"name": "SixPM Software",
"data": [
{
"schema_name": "dynamic",
"data": {
"rarity": "common",
"project": "creator"
},
"template_ids": [
@stuckatsixpm
stuckatsixpm / example_book_full.json
Last active October 24, 2021 04:15
Example Book
{
"name": "SixPM Software",
"data": [
{
"card_id": "AnchorageFirstEdition",
"group": "dynamic",
"schema_name": "location",
"data": {
"location": "Anchorage, United States",
"rarity": "First Edition"
@stuckatsixpm
stuckatsixpm / book_series.json
Last active October 24, 2021 04:17
Example Book Series Snippet
{
"name": "Dynamic NFTs",
"links": [
{
"link": "https://discord.gg/sixpm",
"name": "SixPM Discord",
"logo": "https://logos-world.net/wp-content/uploads/2020/12/Discord-Logo.png"
}
],
"filters": [
@stuckatsixpm
stuckatsixpm / book_data.json
Last active October 24, 2021 04:16
Example Book Data Snippet
{
"card_id": "AnchorageFirstEdition",
"group": "dynamic",
"schema_name": "location",
"data": {
"location": "Anchorage, United States",
"rarity": "First Edition"
},
"template_ids": [204234],
"attributes": ["Anchorage"]
@stuckatsixpm
stuckatsixpm / examplebook.json
Last active October 11, 2021 04:47
SixPM Collection Book Example
{
"name": "SixPM Software",
"data": [],
"series": []
}
@stuckatsixpm
stuckatsixpm / waxtax_tutorial.md
Last active May 26, 2022 01:39
WAXTax Tutorial

This is a basic usage tutorial for WAXTax. These instructions are written for Windows. Mac instructions will eventually be added.
It is assumed you have downloaded and installed Python 3.8 or higher. If you need Python, you can get it here: https://www.python.org/

Downloading WAXTax

If you're familiar with Git, you can use the command-line or GitHub Desktop to download this repository and skip the rest of this step.
To download WAXtax, visit the GitHub repository in your browser. image

Click the green Code button and download the zip folder, which will be called "waxtax-main". Extract it somewhere on your computer.