![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
create-ton-project
Advanced tools
Starter template for a new TON project - FunC contracts, unit tests, compilation and deployment scripts.
This repo is a work in progress and is subject to change
contracts
- contains the source code of all the smart contracts of the project and their dependencies.wrappers
- contains the wrapper classes (implementing Contract
from ton-core) for the contracts, including any [de]serialization primitives and compilation functions.tests
- tests for the contracts. Would typically use the wrappers.scripts
- contains scripts used by the project, mainly the deployment scripts.We ask the community to provide any comments on this layout, the wanted/required changes, or even suggestions for entirely different project structures and/or tool concepts.
PRs are welcome!
ton://
deeplinkyarn install
yarn blueprint build
yarn blueprint build <CONTRACT>
yarn blueprint build pingpong
yarn blueprint run
ton://
deep link / QR codeyarn blueprint run <CONTRACT> --<NETWORK> --<DEPLOY_METHOD>
yarn blueprint run pingpong --mainnet --tonconnect
yarn test
yarn blueprint create <CONTRACT>
yarn blueprint create MyContract
Write code
contracts/*.fc
contracts/*.fc
contracts/imports/*.fc
test/*.spec.ts
wrappers/*.ts
scripts/*.ts
Build
wrappers/*.compile.ts
yarn blueprint build
build/*.compiled.json
- the binary code cell of the compiled contract (for deployment). Saved in a hex format within a json file to support webapp importsTest
yarn test
Deploy
yarn blueprint run <deployscript>
MIT
FAQs
Tool to quickly create TON projects
The npm package create-ton-project receives a total of 1 weekly downloads. As such, create-ton-project popularity was classified as not popular.
We found that create-ton-project demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.