Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 553 Bytes

File metadata and controls

33 lines (23 loc) · 553 Bytes

Fileverse Contracts

This repository contains the contracts for Fileverse Portal, which allow for onchain collaboration, file management, and decentralized access control. It includes:

  • Fileverse Portal Registry Contract
  • Fileverse Portal Contract
  • Fileverse Comment Contract

Usage

Install requirements with npm:

npm install

Run all tests:

npm test
npm coverage

Error Codes

docs/ErrorCode.md

High Level Spec

High Level Spec

Technical Spec