# Enzyme protocol 操作
```
yarn install
//compile
yarn compile
```
## Test
First, create a .env file by copying .env.example. Input your Ethereum node endpoint info as-needed (generally, only setting ETHEREUM_NODE_MAINNET is fine).
Then, you can run tests. The full test suite can be run with:
```
yarn test
```