Skip to content

Commit 6164a97

Browse files
Deployment Scripts via Forge & Contract docs (#482)
* wip started contracts readmes and added more documentation to timeboost contracts * deployment of contracts in timeboost-contracts for testing and contract deployment code in the contracts dir, along with readmes * remove feature in cargo toml not needed at this time * refactor due to redundancies after merging in changes from main * update timeboost proto submodule and added a just command to update submodules * clean up docs * Update contracts/README.md Co-authored-by: Anders Konring <[email protected]> * Update contracts/README.md Co-authored-by: Anders Konring <[email protected]> * responding to review feedback - improving script defaults and readme instructions * remove stray char * remove from the timeboost-contract readme, anything that is hard maintain, now it entails an overview of the crate * remove dependency no longer needed * Remove contracts directory before adding as submodule * add timeboost-contracts as a submodule * remove new line at the end ofthe file * update links in readme --------- Co-authored-by: Anders Konring <[email protected]>
1 parent 7f68e72 commit 6164a97

File tree

12 files changed

+60
-585
lines changed

12 files changed

+60
-585
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
55
path = contracts/lib/openzeppelin-contracts-upgradeable
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
7+
[submodule "contracts"]
8+
path = contracts
9+
url = https://github.com/EspressoSystems/timeboost-contracts.git
710
[submodule "test-node"]
811
path = test-node
912
url = https://github.com/EspressoSystems/decentralized-timeboost-nitro-testnode

Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts

Submodule contracts added at d367ab3

contracts/.gitignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

contracts/src/KeyManager.sol

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)