Skip to content

Instantly share code, notes, and snippets.

@EmbeddedAndroid
Created September 8, 2023 20:30

Revisions

  1. EmbeddedAndroid created this gist Sep 8, 2023.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "state_directory": "./state",
    "wif": "YOUR_WIF_CREDENTIALS",
    "bitcoin_node_url": "http://devnet:devnet@localhost:8001/api",
    "stacks_node_url": "http://localhost:3999",
    "stacks_transaction_fee": 2000,
    "bitcoin_transaction_fee": 2000,
    "contract": "../asset-contract/contracts/asset.clar",
    "contract_name": "sbtc-alpha-romeo-testing"
    }