1.0.0 • Published 1 year ago

dex223-library v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

A set of 3rd party libraries used in Dex223 solidity contracts.

Overview

Installation

Hardhat (npm)

$ npm install dex223-contracts

Foundry (git)

Usage

Once installed, you can use the contracts in the library by importing them:

pragma solidity ^0.8.20;

import {ERC721} from "dex223-contracts/contracts/tokens/ERC721.sol";

contract MyCollectible is ERC721 {
    constructor() ERC721("MyCollectible", "MCO") {
    }
}

Learn More

Security

Contribute

License

Most of these Contracts is released under the MIT License.