Skip to main content
Version: 1.0.1

0. Install packages

info

In the following example, we use hardhat as the ethereum environment.

See how to create a hardhat project at: hardhat.org

  • npm
npm i --save-dev @unirep/core@1.0.1
  • yarn
yarn add -D @unirep/core@1.0.1
info