Skip to content

The SputnikDao and SputnikDao Factory contracts written in AssemblyScript.

Notifications You must be signed in to change notification settings

VitalPointAI/SputnikDao-AS-Contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sputnik Dao Contracts (in AssemblyScript)

A [smart contract] written in [AssemblyScript] for an app initialized with [create-near-app]. One of the NEAR Protocol contracts and part of the series covering NEAR Contracts written in AssemblyScript

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].

About

The SputnikDao and SputnikDao Factory contracts written in AssemblyScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published