@hashgraph/asset-tokenization-contracts
v1.6.1
Published
<div align="center">
Downloads
165
Maintainers
Keywords
Readme
Asset Tokenization Studio - Contracts
Table of Contents
Description
The contracts module contains the code of all the solidity smart contracts deployed on Hedera.
Installation
Run the command :
npm ci
Build
Run the command :
npm run compile:force
Test
The contracts tests are located in the test folder at the root of the contracts module.
In order to execute all the tests run this command from the contracts folder:
npm run test