0.1.1 • Published 3 years ago

@personas/registry-v1 v0.1.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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.