âī¸Setup your environment
Our public repository can be found here : https://github.com/sonarwatch/portfolio
The first thing to do is to download the repository, and run :
Then you need to create your own .env file :
This .env will let you use your own RPC during your tests, otherwise requests will be run on public RPCs.
We recommend using personal RPCs to make sure all request will succeed during your test phase.
Next you can create a new branch with the following name :
Now let's dive a little on how this repository work, first we'll explain everything about Plugins
Last updated