Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 717 Bytes

pTON Contracts

TON License

Note: this version has not yet been audited. Use for reference purposes only.

Reference implementation for the pTON contracts as described in standard TEP-161.

Local Development

The following assumes the use of node@>=18.

Install Dependencies

npm install

Compile Contracts

npm run build

Run Tests

npm run test

Deploy Contracts

npm run deploy

Licensing

The license for pTON contracts is the MIT, see LICENSE..