@automata-network/contracts
v0.1.2
Published
This repo serves as a central location for all contracts that we have released to the public.
Keywords
Readme
Automata Contracts
Follow the instructions below to add our contracts as dependencies to your project.
Hardhat
Simply install the @@automata-network/contracts npm package, by running the command below:
yarn add @automata-network/contractsFoundry
Run the command below:
forge install automata-network/automata-contractsAfter installing the dependency, it is recommended that you manually configure remappings in either Foundry.toml or remappings.txt.
@automata-network/contracts/=lib/automata-contracts/Here's an example of importing IAutomataVRFCoordinator.sol into your project.
import {IAutomataVRFCoordinator} from "@automata-network/contracts/vrf/IAutomataVRFCoordinator.sol";