Background

Trusted Execution Environment for Neo N3 Blockchain

A centralized oracle service providing secure function execution, contract automation, price feeds, and more for the Neo N3 ecosystem.

function.js
// Sample function to fetch token price
function getTokenPrice(symbol) {
  // In real TEE environment, this would
  // access trusted data sources
  if (!secrets.apiKey) {
    throw new Error("API key not found");
  }
    
  // Fetch price from multiple sources
  const prices = fetchPricesFromSources(symbol);
    
  // Apply outlier detection
  const validPrices = filterOutliers(prices);
    
  // Calculate average price
  return calculateWeightedAverage(validPrices);
}

// Execute with secrets accessible in TEE
return getTokenPrice(args.tokenSymbol);

Powerful Services for Neo N3 Developers

The Service Layer provides a suite of tools that enhance the capabilities of smart contracts on the Neo N3 blockchain.

Functions Service

Functions Service

Execute JavaScript functions securely in a Trusted Execution Environment (TEE).

Learn more
Secret Management

Secret Management

Store and use sensitive data with enterprise-grade security.

Learn more
Contract Automation

Contract Automation

Automate smart contract execution based on events and triggers.

Learn more
Gas Bank

Gas Bank

Efficient gas management for service operations.

Learn more
Random Number

Random Number

Generate secure random numbers for your smart contracts.

Learn more
Price Feed

Price Feed

Get reliable token price updates for your DeFi applications.

Learn more

How It Works

The Service Layer uses Azure Confidential Computing to provide a secure and reliable execution environment for blockchain operations.

1

Upload Your JavaScript Function

Create and upload your JavaScript functions through our API or web dashboard.

2

Configure Secrets and Triggers

Set up your execution triggers and securely store API keys or credentials.

3

Execution in TEE

Your function executes securely in a Trusted Execution Environment (TEE).

4

Blockchain Interaction

Results are securely processed and can interact with the Neo N3 blockchain.

Architecture

Secure Execution Environment

Our TEE ensures that your functions execute in a secure, isolated environment, protected from unauthorized access.

Ready to Get Started?

Join the Neo N3 Service Layer today and unlock the full potential of your blockchain applications.