0.7.0 • Published 1 year ago

@nation3/nationcred-contracts v0.7.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

Nation3 NationCred Smart Contracts

A library for interacting with Nation3's NationCred smart contracts.

Installation

npm install @nation3/nationcred-contracts

Usage

pragma solidity ^0.8.25;

import { IPassportUtils } from "@nation3/nationcred-contracts/utils/IPassportUtils.sol";

contract MyContract {
  IPassportUtils public passportUtils;

  constructor(address passportUtils_) {
    passportUtils = IPassportUtils(passportUtils_);
  }
}
0.7.0

1 year ago

0.6.9

1 year ago

0.6.8

1 year ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.4

2 years ago