Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 362 Bytes

Bountyscape

Smart Contracts for Bountyscape developed and tested in foundry. (https://book.getfoundry.sh)

Getting Started

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