Vara_street expands Vara Network's DeFi offerings with innovative services like synthetic asset-based lending, strategic Options trading, and pioneering on-chain Copy Trading using Vara's delayed message technology.
To get started with Vara Street, follow these steps:
- Clone the repository:
git clone https://github.com/TerratekMusic/Vara-Street.git - Navigate frontend or smart contracts directory:
cd xxxxxxxx - Ensure to use the 20.10.0v of npm.
- Install dependencies:
npm install - Follow the instructions of each readme included in each directory.
Is important to follow a series of steps to be organized between ourselves:
- Clone the repository
- Create a new branch:
git checkout -b feature/VST-xx-new-feature(Where xx is the ticket number in Jira) - Make your changes and commit them:
git commit -m 'Little description of the changes' - Push to the branch:
git push -u origin feature/VST-xx-new-feature - Submit a pull request adding a clear description and screenshots if it's necessary.
- Share the link of the PR in the GitHub channel on the Discord server.
Please adhere to code style guidelines (Install Prettier to ensure this) and ever run git pull origin main before the creation of the PR and later push the changes again to skip conflicts with other developers.