⚙ī¸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 :

npm i

Then you need to create your own .env file :

cp .env.example .env

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 :

feat-<your protocol>-<optional:name of the feature/product>

Now let's dive a little on how this repository work, first we'll explain everything about Plugins

Last updated