-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98eec64
commit 91a216e
Showing
14 changed files
with
176 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"solive-docusaurus-theme-code": patch | ||
"solive-compiler-utils": patch | ||
"solive-provider": patch | ||
"solive-tsconfig": patch | ||
"solive-core": patch | ||
"solive-solc": patch | ||
--- | ||
|
||
update package info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
## Solive Compiler Utils | ||
|
||
|
||
Solidity Compiler helper tool | ||
|
||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Solive Core | ||
|
||
Core package for solive | ||
|
||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
Docusaurus Solive | ||
================================= | ||
## Docusaurus Solidity Plugin | ||
|
||
A Docusaurus v2 plugin that supports referencing code examples from public GitHub repositories. | ||
A Docusaurus v2 plugin that supports solidity code live. | ||
|
||
> Note: this theme plugin requires [Docusaurus v2](https://v2.docusaurus.io/) | ||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Solive Provider | ||
|
||
use Evm VM to run solidity code | ||
|
||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## Solive Provider | ||
## Solive Solc | ||
|
||
Solidity Contract Compiler Tool - Browser Supported | ||
|
||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app | ||
|
||
use Evm VM to run solidity code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Solive tsConfig | ||
|
||
tsConfig for solive | ||
|
||
### Demo | ||
- Check demo website: https://solive.wtf | ||
|
||
### DOC | ||
- Check doc website: https://solive-doc.vercel.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters