0.9.9 • Published 3 years ago

@theappstudio/solidity v0.9.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CONTRACTS-SOL

Solidity-based libraries for supporting ERC-721 and ERC-1155 smart contracts

Currently the feature-set is kept small to ensure that your contract size remains under the 24kb contract size limit. Also expect that the API may change before the 1.0.0 release.

Available as a scoped package. Add it to package.json:

"@theappstudio/solidity": "0.9.9"

and import it in your solidity file:

import "@theappstudio/solidity/contracts/utils/DecimalStrings.sol";
import "@theappstudio/solidity/contracts/utils/OnChain.sol";
import "@theappstudio/solidity/contracts/utils/Randomization.sol";
import "@theappstudio/solidity/contracts/utils/SVG.sol";
0.9.9

3 years ago

0.9.8

3 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago