@jbx-protocol/project-handles

2.0.5 • Public • Published

Juicebox Project Handles

The JBProjectHandles contract manages reverse records that point from JB project IDs to ENS nodes. If the reverse record of a project ID is pointed to an ENS node with a TXT record matching the ID of that project, then the ENS node will be considered the "handle" for that project.

Install Foundry

To get set up:

  1. Install Foundry.
curl -L https://foundry.paradigm.xyz | sh
  1. Install external lib(s)
git submodule update --init && yarn install

then run

forge update
  1. Run tests:
forge test
  1. Update Foundry periodically:
foundryup

Deploy & verify

Using the solidity script after configuring the .env accordingly (the sender address must be corresponding to the private key)

See the Foundry Book for available options

Goerli

yarn deploy-goerli

Mainnet

yarn deploy-mainnet

The deployments are stored in ./broadcast

Readme

Keywords

none

Package Sidebar

Install

npm i @jbx-protocol/project-handles

Weekly Downloads

80

Version

2.0.5

License

MIT

Unpacked Size

1.3 MB

Total Files

66

Last publish

Collaborators

  • filipviz
  • drgorilla
  • ba5ed
  • me.jango