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
- Host: GitHub
- URL: https://github.com/opentensor/evm-bittensor
- Owner: opentensor
- License: mit
- Created: 2024-08-21T15:50:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:30:33.000Z (over 1 year ago)
- Last Synced: 2025-01-14T14:13:58.855Z (over 1 year ago)
- Language: Solidity
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **EVM on Subtensor**
[](https://discord.gg/bittensor)
[](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.