1.0.5 • Published 2 years ago

@newton-protocal/evt v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

EVT(Encrypted Variable Token)

Full spec: NRC-53

A library for EVT development.

Overview

Installation

$ npm install @newton-protocal/evt

Usage

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.3;

import "@newton-prototal/evt/evt-base/EVT.sol";

contract MyToken is EVT {
    constructor() EVT("MyToken", "MT0") {
    }
}

License

EVT is released under the MIT License.