Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@personas/registry-v1

Personas-Space13GPL-3.00.1.1

Personas registry v1 contracts

personas, social, blockchain, profile, evm

readme

Personas Registry V1 contract

This repo contains Personas Registry V1 contracts. We use Binance Smart Chain for deployment.

NPM package

To use the Personas Registry V1 contract ABIs, install using:

yarn add @personas/registry-v1

Import and use in your project as:

const RegistryV1 = require("@personas/registry-v1")

OR

import RegistryV1 from "@personas/registry-v1"

Development

To compile or deploy locally, do:

  • yarn test - run local tests
  • yarn compile - compile contracts

Token Contract

View the deployed Personas Registry V1 contract on BSC Scan.

Documentation

Find further documentation and guides on docs.personas.space.