Bitski Rust SDK
Install
= "0.1.0"
= "0.1.0"
Connect via OAuth
Can auth via your Bitski credentials and return a web3 provider.
Local node with Anvil
If you would like to use a local node, i.e. during tests, add a dependency on
the bitski-local package:
= { = "https://github.com/BitskiCo/bitski-rs" }
= { = "https://github.com/BitskiCo/bitski-rs" }
This installs Anvil, an Ethereum node written in Rust that can be used for testing RPC calls, contract interactions, etc. It can be run directly in your Rust program, so a CLI program like Ganache or Hardhat Network aren't needed.
use Bitski;
use ;