Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 471 Bytes

public-interfaces.md

File metadata and controls

23 lines (14 loc) · 471 Bytes

Public interfaces

These are the requests that can be made by anyone without authentication.

Collections

Returns the collection information and associated metadata schema.

Requires environment variables COLLECTION_CONTRACT_ADDRESS to be set.

npm run public:get-collection-info

Assets

Returns a list of assets in a collection.

Requires environment variables COLLECTION_CONTRACT_ADDRESS to be set.

npm run public:get-assets-info