-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from smartcontractkit/develop
Release v0.1.5 (contracts version) #2
- Loading branch information
Showing
154 changed files
with
5,530 additions
and
1,156 deletions.
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
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nodejs 14.19.0 | ||
golang 1.17.6 | ||
golang 1.17.7 | ||
rust 1.58.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
|
||
members = [ | ||
"contracts/*", | ||
"crates/*" | ||
"crates/*", | ||
"examples/hello-world", | ||
] | ||
|
||
[profile.dev] | ||
|
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
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 |
---|---|---|
@@ -1,21 +1,5 @@ | ||
# Chainlink Terra Integration | ||
# Chainlink Terra | ||
|
||
This repository is a monorepo of the various components required for Chainlink on Terra. | ||
## Quick Start | ||
|
||
- Terra Contracts (OCR2, ...) | ||
- Terra CL Relay | ||
- Terra Gauntlet | ||
- Terra On-chain Monitoring | ||
- Ops (infrastructure) | ||
- Integration (tests) | ||
- Demos & Examples | ||
|
||
# Local asdf initial setup | ||
|
||
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git | ||
# for other golang requirements for your os go to https://github.com/kennyp/asdf-golang | ||
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git | ||
asdf plugin-add rust https://github.com/asdf-community/asdf-rust.git | ||
|
||
# Then run | ||
asdf install | ||
For more information, see the [Chainlink Terra Documentation](./docs/). |
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
Oops, something went wrong.