@personas/registry-v1
v0.1.1
Published
Personas registry v1 contracts
Maintainers
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 testsyarn 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.
