-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathScarb.toml
33 lines (26 loc) · 968 Bytes
/
Scarb.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "tokengiver"
version = "0.1.0"
edition = "2023_10"
cairo-version = "2.8.2"
scarb-version = "2.8.2"
authors = ["Oshioke Salaki & Stephanie Egbuonu"]
description = "Decentralized Charity Dapp"
keywords = ["SocialFi", "tokenbound", "cairo", "contracts", "starknet"]
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
starknet = "2.8.2"
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.15.0" }
token_bound_accounts= { git = "https://github.com/Starknet-Africa-Edu/TBA", tag = "v0.3.0" }
[dev-dependencies]
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.31.0" }
[[target.starknet-contract]]
casm = true
sierra = true
[scripts]
test = "snforge test"
[[tool.snforge.fork]]
name = "SEPOLIA_LATEST"
url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
block_id.tag = "latest"
# block_id.number = "325081"