This creates a new Contract instance to interact with.
The provider or private key to connect to the contract.
Optional
options: Partial<ContractOptions>The Contract instance.
import { Contract } from 'crossbell'
const provider = window.ethereum // the metamask provider
const contract = new Contract(provider)
This class is used to interact with the contract.
Example