@fxhash/eth
v0.0.4
Published
1. Clone repository
Readme
FXHASH EVM SDK
Setup
- Clone repository
git clone [email protected]:fxhash/fxhash-evm-contracts.git- Deploy contracts from the
contractsfolder
npm run deploy- Create
.envfile in `sdk`` root directory
CONTRACTS_PATH=
PROVIDER_URL=
PROJECT_FACTORY_ADDRESS=
SIGNER_PK=- Install dependencies
npm i