1.1.0 • Published 4 months ago

@sandbox-smart-contracts/asset v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

The Sandbox Asset package for deploying on Polygon, consisting of the below contracts.

Asset (ERC1155) L2 token. Asset's user-facing contracts: AssetCreate, AssetReveal. AuthSuperValidator. Catalyst (ERC1155) L2 token.

Running the project locally

Install dependencies with yarn

Testing: Use yarn test inside packages/<package> to run tests locally inside this package

For testing from root (with workspace feature) use: yarn workspace @sandbox-smart-contracts/<package> test

Coverage: Run yarn coverage

Formatting: Run yarn prettier to check and yarn prettier:fix to fix formatting errors

Linting: Run yarn lint to check and yarn lint:fix to fix static analysis errors

Deployment

This package exports the contract source code, for deployments see: @sandbox-smart-contract/deploy package.

Dependencies