Getting started
信息
If you're interested in building a Juicebox smart contract, see the juice-contract-template
GitHub Repository. If you need any help, join our Discord server.
Import
Add the protocol files to the project.
# command line
npm install @jbx-protocol/juice-contracts-v3/
If referencing from typescript:
const contract = require(`@jbx-protocol/juice-contracts-v3/deployments/${network}/${contractName}.json`)