0.9.13 • Published 1 year ago

erc721-ocf v0.9.13

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

ERC721OCF (On-Chain Factory)

This projects provides an ERC721A extension. Checkout the ERC721A contract for the optimizations. We built upon those to provide some extra functionality such as multiple tokens per contract. ERC721OCF behaves similar to the ERC1155 standard but manages multiple tokens (ERC721).

Installation

NPM:

npm install --save-dev erc721-ocf

Yarn:

yarn add -D erc721-ocf 

Usage

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

pragma solidity ^0.8.17;

import "erc721-ocf/contracts/ERC721OCF.sol";

contract MyToken is ERC721OCF {
    constructor() ERC721A("MyToken", "MT") {}
}

License

Distributed under MIT License. See LICENSE for more information.

0.9.13

1 year ago

0.9.12

1 year ago

0.9.11

1 year ago

0.9.10

1 year ago

0.9.9

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago