Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomoixyz/vulcan-script-example
An example on how to use vulcan's features
https://github.com/nomoixyz/vulcan-script-example
Last synced: about 1 month ago
JSON representation
An example on how to use vulcan's features
- Host: GitHub
- URL: https://github.com/nomoixyz/vulcan-script-example
- Owner: nomoixyz
- License: mit
- Created: 2023-10-03T16:13:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:34:38.000Z (about 1 year ago)
- Last Synced: 2023-10-05T09:53:45.273Z (about 1 year ago)
- Language: Solidity
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Vulcan deployment script example
This is an example on how to use [`vulcan`](https://github.com/nomoixyz/vulcan) to perform some really cool stuff.
In this example we have a [deployment script](https://github.com/nomoixyz/vulcan-script-example/blob/main/script/MyContract.s.sol) that deploys a contract and then automatically
imports the contract functions signatures to [samczsun's signatures database](https://sig.eth.samczsun.com/).## How to run the example
To execute the script run:
```
forge script script/MyContract.s.sol:DeployScript
```