Skip to content

Commit

Permalink
MintingForDummies: Fixed old comments and update recent assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgaetano committed Apr 13, 2023
1 parent 27206a3 commit a5a5a0c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Binary file modified minting-for-dummies-1.0.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions src/main/scala/app/MintForDummies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ package app
import org.ergoplatform.appkit.{ErgoClient, NetworkType, RestApiErgoClient}
import protocol.MintForDummiesUtils

/**
* Main object of the GuapSwap CLI application.
*/
object MintForDummies extends App {

// Setup Ergo Client
Expand Down
10 changes: 0 additions & 10 deletions src/main/scala/app/MintForDummiesCommands.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ import java.util

object MintForDummiesCommands {

/**
* Perform a onetime swap.
*
* @param ergoClient
* @param nodeConfig
* @param parameters
* @param proxyAddress
* @param unlockedSecretStorage
* @return Onetime GuapSwap transaction ID string.
*/
def mint(ergoClient: ErgoClient, boxId: String, walletAddress: String, mnemonic: String): String = {

// Generate blockchain context
Expand Down
7 changes: 0 additions & 7 deletions src/main/scala/protocol/MintForDummiesUtils.scala
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
package protocol

import scala.collection.immutable.HashMap
import scala.util.{Try, Success, Failure}
import java.io.{File, FileNotFoundException}

import java.time.LocalDateTime
import java.time.ZoneId

/**
* Object representing constants and methods relevant to GuapSwap.
*/
object MintForDummiesUtils {

final val ERGO_EXPLORER_TX_URL_PREFIX: String = "https://explorer.ergoplatform.com/en/transactions/"
Expand Down

0 comments on commit a5a5a0c

Please sign in to comment.