Skip to content

dzkita/deploy-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy-scripts

Getting Started

In order to be able to use this scripts, please follow the following steps:

  1. Enter the terminal and use the command make install-dep
    $ make install-dep

This will install OpenZeppelin contracts (base contracts & upgradeable ones).

  1. Create an .env file.
  2. Fill the .env file with the desired data. It will depend wich script you decide to use, the params that are required to be stored in the file.
  3. Set the rpc url in the foundry.toml
    [rpc_endpoints]
    llhh='http://127.0.0.1:8545'
    mumbai='http://..../${YOUR_API_KEY}'

In case you are using other chain that is not localhost, you will need a rpc end point to uploead a transaction into that network.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published