An open API service indexing awesome lists of open source software.

https://github.com/opentensor/evm-bittensor

Collection of scripts and instructions to run EVM on a substrate network
https://github.com/opentensor/evm-bittensor

Last synced: 12 months ago
JSON representation

Collection of scripts and instructions to run EVM on a substrate network

Awesome Lists containing this project

README

          

# **EVM on Subtensor**
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

---

## Internet-scale Neural Networks

[Discord](https://discord.gg/qasY3HA9F9) • [Subtensor](https://github.com/opentensor/subtensor) • [Research](https://bittensor.com/whitepaper)

This repo contains tutorials and scripts for working with EVM on subtensor. Using this EVM feature you can:

- Deploy and interact with any Ethereum smart contract, without any need to change it, on the subtensor blockchain.
- Access all the standard Ethereum JSON-RPC methods from this EVM compatibility layer on Bittensor.

**NOTE**: The EVM on subtensor allows the subtensor blockchain to execute Ethereum-compatible smart contracts. Note that all operations performed by this new subtensor EVM feature are executed solely on the subtensor blockchain, not on the Ethereum blockchain.

**Full documenatation**: See [EVM Tutorials](http://docs.bittensor.com/evm-tutorials/) section on the Bittensor developer documentation site.