truffle install <package_name> <@version>
Install a package from the Ethereum Package Registry
Arguments
Name | Description |
---|---|
package_name | Name of the package as listed in the Ethereum Package Registry. (required) |
@version | When specified, will install a specific version of the package, otherwise will install the latest version |