Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VanishMax/foton
⚡ Create TON dApps with the speed of a foton
https://github.com/VanishMax/foton
blockchain dapp javascript theopennetwork ton typescript web3
Last synced: 11 days ago
JSON representation
⚡ Create TON dApps with the speed of a foton
- Host: GitHub
- URL: https://github.com/VanishMax/foton
- Owner: VanishMax
- License: mit
- Created: 2024-04-01T17:51:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:51:00.000Z (3 months ago)
- Last Synced: 2024-10-01T07:12:12.279Z (about 1 month ago)
- Topics: blockchain, dapp, javascript, theopennetwork, ton, typescript, web3
- Language: TypeScript
- Homepage: https://foton.sh
- Size: 3.94 MB
- Stars: 30
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ton - foton - A toolkit for creating TON dApps: connect to wallets, send transactions, deploy and call smart contracts. (🧑💻 Get Coding / Libraries)
README
Foton
_⚡ Create TON dApps with the speed of a photon_
> Warning: This project is under active development and is not ready for production use. Each release might and probably will contain breaking changes. If you find bugs when using it, please submit an issue.
[Foton](https://foton.sh) is a TypeScript toolkit for interacting with TON wallets and blockchain as a whole. The library wraps existing solutions into one comfortable API. It supports:
- ✅ Wallet connection
- ✅ Sending transactions
- ✅ Querying the blockchain
- ✅ Deploying and interacting with smart contracts
- ✅ Blueprint and TON Connect integration for easy code migrations
- ✅ Type safe interfaces with full auto-completion for contract methods and returnsNot sure where to start?
- Explore [Foton documentation](https://foton.sh/docs)
- Try building a simple Counter dApp with React and Foton by following [the tutorial](https://foton.sh/docs/guides/tutorial).
- Ask for help or share your feedback in the [Telegram chat](https://t.me/fotonjs)
- Look for a ways to [contribute or donate](https://foton.sh/docs/contribution-and-donation) to the project## License
The source code is licensed under the terms of [MIT License](./LICENSE). 2024, Max Korsunov.