Skip to content

Commit

Permalink
add nft-escrow sc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuosvat committed Aug 22, 2024
1 parent 77ce73d commit cbb3648
Show file tree
Hide file tree
Showing 32 changed files with 6,099 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- potlock-sc
- nft-escrow
pull_request:

permissions:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
**/*.interaction.json

#Zone identifier WSL stuff
*Zone.Identifier
*Zone.Identifier

#pems
*.pem
28 changes: 28 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ members = [
"contracts/potlock",
"contracts/potlock/meta",
"contracts/potlock/interact-rs",
"contracts/nft-escrow",
"contracts/nft-escrow/meta",
"contracts/nft-escrow/interactor",
]
1 change: 1 addition & 0 deletions contracts/nft-escrow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit cbb3648

Please sign in to comment.