Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```