alikonuk1 / Sirius

Modern and exotic solidity smart contract library for wide use cases.

Home Page:https://www.npmjs.com/package/@alikonuk/sirius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm downloads

Sirius

Modern and exotic, customized solidity smart contract library for wide use cases.

Installation

To install with Foundry:

forge install alikonuk1/Sirius

To install with Hardhat or Truffle:

npm install @alikonuk1/Sirius

Contracts

src
├─ tokens
│  ├─ ERC20SB"Soulbound ERC20 implementation"
│  ├─ ERC721SB"Soulbound ERC721 implementation"
│  ├─ ERC1155SB"Soulbound ERC1155 implementation"
│  ├─ ERC721CB"Condition Bound Token"
│  ├─ ERC721R"Refundable Nft sales" - to be added..
│  ├─ ERC721L"EIP-4907: Lendable ERC721 implementation"
│  ├─ ERC721A"Azuki: Optimized for lower gas during batch mints"

Safety

This is experimental software and is provided on an "as is" and "as available" basis.

We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.

Acknowledgements

These contracts were inspired by or directly modified from many sources, primarily:

Support

If you want to support this;

ETH: 0xd6634f05BC79c19cD7027636F3c7c29E853EB844

About

Modern and exotic solidity smart contract library for wide use cases.

https://www.npmjs.com/package/@alikonuk/sirius


Languages

Language:Solidity 100.0%