mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 06:48:03 +00:00
@@ -0,0 +1 @@
|
||||
book
|
||||
@@ -0,0 +1,6 @@
|
||||
[book]
|
||||
authors = ["Cyrill Leutwiler <cyrill@parity.io>"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "revive documentation"
|
||||
@@ -0,0 +1,3 @@
|
||||
# revive documentation
|
||||
|
||||
Welcome to the revive Solidty compiler documentation!
|
||||
@@ -0,0 +1,13 @@
|
||||
# Summary
|
||||
|
||||
[Introduction](README.md)
|
||||
|
||||
- [User guide](./user-guide.md)
|
||||
- [Installation](./installation.md)
|
||||
- [CLI guide](./cli.md)
|
||||
- [Hardhat integration](./hardhat.md)
|
||||
- [Architecture](./architecture.md)
|
||||
- [Overview](./overview.md)
|
||||
- [Runtime](./runtime.md)
|
||||
- [Differences from EVM](./differences-evm.md)
|
||||
- [Development](./development.md)
|
||||
@@ -0,0 +1 @@
|
||||
# Architecture
|
||||
@@ -0,0 +1 @@
|
||||
# CLI guide
|
||||
@@ -0,0 +1 @@
|
||||
# Development
|
||||
@@ -0,0 +1 @@
|
||||
# Differences from EVM
|
||||
@@ -0,0 +1 @@
|
||||
# Differences from EVM
|
||||
@@ -0,0 +1 @@
|
||||
# Hardhat integration
|
||||
@@ -0,0 +1 @@
|
||||
# Installation
|
||||
@@ -0,0 +1 @@
|
||||
# Overview
|
||||
@@ -0,0 +1,3 @@
|
||||
# Runtime
|
||||
|
||||
revive compiled contract target the new contracts pallet runtime environment API.
|
||||
@@ -0,0 +1 @@
|
||||
# User guide
|
||||
Reference in New Issue
Block a user