🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@spaceandtime/contracts

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@spaceandtime/contracts

SxT Smart Contracts to be used via Chainlink Functions and Direct Request for the smart contracts that work on the chainlink contracts

unpublished
latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
2
Created
Source

spaceandtime/contracts

SxT Contracts | Public Chainlink Contracts

This repository has all the public contracts available via npm module.

If you wish to use the Space and Time smart contracts to send data to your smart contracts that uses Chainlink for fulfilling the requests submitted. These smart contracts would be helpful to create your own contracts inheriting these contracts.

# via npm
$ npm install @spaceandtime/contracts --save

Directory Structure

@spaceandtime/contracts
├── direct-request # Direct Request smart contracts
│   ├── interfaces
│   ├── UserRequest.sol
└── functions # Function smart contracts
    ├── interfaces
    ├── vendor
    ├── Functions.sol
    └── FunctionsClient.sol

Usage

The solidity smart contracts themselves can be imported via the direct-request and functions directory of @spaceandtime/contracts:

import '@spaceandtime/contracts/direct-request/UserRequest.sol';

import '@spaceandtime/contracts/functions/FunctionsClient.sol';

License

MIT

Keywords

chainlink

FAQs

Package last updated on 02 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts