-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,11 +77,12 @@ root | |
│ ├── <a href="./services/omnirpc">omnirpc</a>: Latency aware RPC Client used across multiple-chains at once | ||
├── <a href="./tools">tools</a> | ||
│ ├── <a href="./tools/abigen">abigen</a>: Used to generate abigen bindings for go | ||
│ ├── <a href="./tools/bundle">bundle</a>: Modified version of <a href="https://pkg.go.dev/golang.org/x/[email protected]/cmd/bundle"> go bundler </a> with improved shadowing support | ||
│ ├── <a href="./tools/modulecopier">module copier</a>: Used to copy internal modules and export methods for testing | ||
│ ├── <a href="./tools/revertresolver">revertresolver</a>: Converts hexified solidity errors into their underlying errors. | ||
</pre> | ||
|
||
Note: Terraform related modules have been moved to [this repository](https://github.com/synapsecns/tf-providers) | ||
|
||
## Setup | ||
|
||
Clone the repository, open it, and install nodejs packages with `yarn`: | ||
|