Skip to content

Commit

Permalink
add nightly instruction on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed Jun 2, 2022
1 parent ecc729a commit bf7cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import {near} from 'near-sdk-js'
let signer = near.signerAccountId()
```

To use nightly host functions, such as `altBn128G1Sum`, the enclave contract need to be built with `NEAR_NIGHTLY=1 ./build.sh` and deployed to a nearcore node that has nightly enabled.
To use nightly host functions, such as `altBn128G1Sum`, the enclave contract need to be built with `make jsvm-nightly` and deployed to a nearcore node that has nightly enabled.

### About Type

Expand Down

0 comments on commit bf7cdb6

Please sign in to comment.