Releases: VanishMax/foton
Releases · VanishMax/foton
@fotonjs/[email protected]
Patch changes
- core: fix from field in send transaction method for contracts by @AlexMubarakshin in #8
- docs: incorrect read method params description by @AlexMubarakshin in #7
- update deps by @VanishMax in #9
New Contributors
- @AlexMubarakshin made their first contribution in #7
Full Changelog: https://github.com/VanishMax/foton/compare/@fotonjs/[email protected]...@fotonjs/[email protected]
@fotonjs/[email protected]
⚡ Next.js support
Added
- Added documentation on Next.js integration with Foton
Fixed
- Fixed a bug causing Wallet Client connection to fail
@fotonjs/[email protected]
Fixes
@fotonjs/[email protected]
@fotonjs/[email protected]
🚀 This is the initial release 🚀
Added:
- npm package
@fotonjs/[email protected]
- npm package
@fotonjs/[email protected]
- full documentation with tutorial on creating a simple Counter dApp in React
Initial features of the @fotonjs/core
library:
- Public client with methods:
createPublicClient
,client.getBalance()
,client.waitForTransaction()
- Wallet clients with methods:
createWalletClient
,createWalletClientUI
,client.connect()
,client.disconnect()
,client.reconnect()
,client.sendTransaction()
- Contract client with methods:
createContractClient
,client.deploy()
,client.write()
,client.read()
- Standard way for handling errors
- Complete type safety