Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 732 Bytes

File metadata and controls

35 lines (21 loc) · 732 Bytes

FT-JS

Example implementation of a Fungible Token contract which implements storage management and testing. This is a contract-only example.

Pre-requisites

Operating Systems

Currently this example is only supported on Linux and Mac OS. Windows is not supported.

Setup

  1. Install dependencies
npm install
  1. Build the contract
npm run build
  1. Run tests
npm test

Contribute

If you have any questions, please join our community on Discord and ask in the #dev-support channel. Also make sure to read CONTRIBUTING.md before contributing.