Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 749 Bytes

File metadata and controls

19 lines (12 loc) · 749 Bytes

MultiSig Contract

A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]. One of the NEAR Protocol core contracts and part of the complete series covering [NEAR Core Contracts written in AssemblyScript] (https://vitalpoint.ai/course/multisig-contract/) by Vital Point Academy

Quick Start

Before you compile this code, you will need to install [Node.js] ≥ 12

Exploring The Code

  1. The main smart contract code lives in assembly/index.ts. You can compile it with the ./compile script.
  2. Tests: You can run smart contract tests with the ./test script. This runs standard AssemblyScript tests using [as-pect].