Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ohafza committed Aug 27, 2022
1 parent 67d0ee4 commit a2ddbcc
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
# controller
# Controller

Interaction Controller For Sentiment

## Instructions

### Requirements

1. Rust
2. Foundry - https://github.com/gakonst/foundry

---

### Cloning Repo

```bash
git clone --recurse-submodules [email protected]:sentimentxyz/controller.git
```

---

### Building Contracts

```bash
forge build
```

---

### Running tests

#### Unit/Functional tests

```bash
forge test --fork-url https://rpc.ankr.com/eth -vvv
```

---

#### Configuring mappings

```bash
forge config > remappings.txt
```

0 comments on commit a2ddbcc

Please sign in to comment.