Skip to content
Compare
Choose a tag to compare
@VanishMax VanishMax released this 13 May 19:34
· 36 commits to main since this release

πŸš€ This is the initial release πŸš€

Added:

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