@t-0/provider-sdk
v1.0.50
Published
Provider SDK for the T-0 Network
Readme
Usage instructions
Usage instruction can be found in NodeJS SDK docs
Development instructions
- Prepare
git clone [email protected]:t-0-network/provider-sdk-ts.git cd provider-sdk-ts npm i - Copy
.env.exampleinto.envand set PROVIDER_PRIVATE_KEY and NETWORK_PUBLIC_KEY variablesPROVIDER_PRIVATE_KEY=0x.... NETWORK_PUBLIC_KEY=0x.... - Try using network client
npx tsx src/examples/update-quote.ts - Start dummy service implementation
npx tsx src/examples/server.ts
