Skip to content

Commit

Permalink
add faq: rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Mar 27, 2024
1 parent 77b8b96 commit fda1660
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ If you don't fund your private key's address before deploying a contract, you wo
![](../static/img/insufficient-balance.png)

Please fund your address with our [faucet](https://scrypt.io/faucet/) first.


## Bad CPU type in executable
This can occur on a Mac with Apple silicon (ARM processor), since the sCrypt compiler is based on Intel processor. Install [Rosetta](https://support.apple.com/en-us/102527) with the following command.

```bash
softwareupdate --install-rosetta --agree-to-license
```

0 comments on commit fda1660

Please sign in to comment.