Releases: VanishMax/foton
Releases · VanishMax/foton
@fotonjs/core@v0.0.9
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/core@0.0.8...@fotonjs/core@0.0.9
@fotonjs/core@0.0.8
⚡ Next.js support
Added
- Added documentation on Next.js integration with Foton
Fixed
- Fixed a bug causing Wallet Client connection to fail
@fotonjs/core@0.0.7
Fixes
@fotonjs/core@0.0.6
@fotonjs/core@0.0.5
🚀 This is the initial release 🚀
Added:
- npm package
@fotonjs/core@0.0.5 - npm package
@fotonjs/api@0.0.3 - 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