@soulbound/contracts

1.0.1 • Public • Published

Soulbound 👻 Token Smart Contracts

Installation

$ npm install @soulbound/contracts

Usage

  • Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;

import "@soulbound/contracts/SBT.sol";

contract MySoulboundToken is SBT {
    constructor() SBT("My Soulbound", "SBT", 16) {}
}
  • Interface
import "@soulbound/contracts/interfaces/ISBT.sol";

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @soulbound/contracts

      Homepage

      evm.la

      Weekly Downloads

      2

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      9.22 kB

      Total Files

      5

      Last publish

      Collaborators

      • alexbakers