Smart Contracts for Bountyscape developed and tested in foundry. (https://book.getfoundry.sh)
To make foundry run, make sure you have Rust (https://www.rust-lang.org) installed.
curl -L https://foundry.paradigm.xyz | bash
foundryup
Compile and build:
forge build
Run tests
forge test