Skip to content

Commit

Permalink
add license notice (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerq committed Oct 2, 2023
1 parent d53f0e1 commit adb2a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NOTICES
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This repository includes files inspired by https://github.com/nomad-xyz/monorepo, including but not limited to src/messages/Message.sol, src/messages/BurnMessage.sol, src/interfaces/IMessageHandler.sol, src/TokenMessenger.sol, and src/MessageTransmitter.sol.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ The contracts are deployed using [Forge Scripts](https://book.getfoundry.sh/tuto

2. Run `make simulate RPC_URL=<RPC_URL> SENDER=<SENDER>` to perform a dry run. *Note: Use address from one of the private keys (used for deploying) above as `sender`. It is used to deploy the shared libraries that contracts use*
3. Run `make deploy RPC_URL=<RPC_URL> SENDER=<SENDER>` to deploy the contracts

## License
For license information, see LICENSE and additional notices stored in NOTICES.

0 comments on commit adb2a38

Please sign in to comment.