Socket
Socket
Sign inDemoInstall

@nation3/nationcred-contracts

Package Overview
Dependencies
0
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nation3/nationcred-contracts

NationCred smart contracts


Version published
Weekly downloads
1
decreased by-96.77%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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_);
  }
}

Keywords

FAQs

Last updated on 15 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc