Skip to content

Commit

Permalink
Merge pull request #119 from Entropy-Foundation/supra_automation_regi…
Browse files Browse the repository at this point in the history
…stry

Supra automation registry smart contract implementation within supra framework - Initial version
  • Loading branch information
nizam-supraoracles authored Dec 17, 2024
2 parents b1b9043 + afbbb92 commit 4917e1e
Show file tree
Hide file tree
Showing 5 changed files with 682 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,6 @@ test_indexer_grpc/*
*.dot
*.bytecode
!third_party/move/move-prover/tests/xsources/design/*.bytecode

*supra_history
**/supra_node_logs
1 change: 1 addition & 0 deletions aptos-move/framework/supra-framework/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ vm_reserved = "0x0"
[dependencies]
AptosStdlib = { local = "../aptos-stdlib" }
MoveStdlib = { local = "../move-stdlib" }
SupraStdlib = { local = "../supra-stdlib" }
Loading

0 comments on commit 4917e1e

Please sign in to comment.