stacksdapp-parser 0.1.0

A core library for parsing Clarity smart contracts and extracting ABIs for the Stacks blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "stacksdapp-parser"
version = "0.1.0"
edition = "2021"
description = "A core library for parsing Clarity smart contracts and extracting ABIs for the Stacks blockchain."
license     = "MIT"
repository  = "https://github.com/scaffold-stack/scaffold-stack"
homepage    = "https://github.com/scaffold-stack/scaffold-stack"

[dependencies]
serde.workspace      = true
serde_json.workspace = true
anyhow.workspace     = true
tokio.workspace      = true

[dev-dependencies]
tempfile.workspace = true