Browse Source

Mention the mentorship program

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 5 years ago
parent
commit
d4297d8440
3 changed files with 41 additions and 3 deletions
  1. 15 3
      README.md
  2. 13 0
      docs/contributing.rst
  3. 13 0
      docs/index.rst

+ 15 - 3
README.md

@@ -10,15 +10,27 @@ Welcome to Solang, a new Solidity compiler written in rust which uses
 llvm as the compiler backend. As a result, only the compiler front end
 llvm as the compiler backend. As a result, only the compiler front end
 needs to be written in rust.
 needs to be written in rust.
 
 
-Solang targets Substrate and ewasm.
+Solang targets Substrate, ewasm, and Sawtooth.
 
 
 Solang is under active development right now, and should be documented at
 Solang is under active development right now, and should be documented at
 the same time as the implementation. Please have a look at
 the same time as the implementation. Please have a look at
 [our documentation](https://solang.readthedocs.io/en/latest/).
 [our documentation](https://solang.readthedocs.io/en/latest/).
 
 
-## What works today
+## Solang Hyperledger Mentorship
 
 
-First build [solang](https://solang.readthedocs.io/en/latest/installing.html)
+Solang has been accepted in the
+[Hyperledger Mentorship Program](https://wiki.hyperledger.org/display/INTERN/Create+a+new+Solidity+Language+Server+%28SLS%29+using+Solang+Compiler).
+The Mentorship Program exists to encourage students to contribute to Hyperledger
+open source projects. Hyperledger projects provide mentors and the Hyperledger
+organization gives some money to participating students.
+
+If you would like mentorship, please apply before the 24th of April 2020.
+
+Looking forward to your applications!
+
+## Simple example
+
+First build [Solang](https://solang.readthedocs.io/en/latest/installing.html)
 or use the docker image, then write the following to flipper.sol:
 or use the docker image, then write the following to flipper.sol:
 
 
 ```solidity
 ```solidity

+ 13 - 0
docs/contributing.rst

@@ -4,6 +4,19 @@ Contributing
 Solang is in active development, so there are many ways in which you can
 Solang is in active development, so there are many ways in which you can
 contribute.
 contribute.
 
 
+Mentorship
+----------
+
+Solang has been accepted in the
+`Hyperledger Mentorship Program <https://wiki.hyperledger.org/display/INTERN/Create+a+new+Solidity+Language+Server+%28SLS%29+using+Solang+Compiler>`_.
+The Mentorship Program exists to encourage students to contribute to Hyperledger
+open source projects. Hyperledger projects provide mentors and the Hyperledger
+organization gives some money to participating students.
+
+If you would like mentorship, please apply before the 24th of April 2020.
+
+Looking forward to your applications!
+
 Target Specific Tests
 Target Specific Tests
 ---------------------
 ---------------------
 
 

+ 13 - 0
docs/index.rst

@@ -22,6 +22,19 @@ Where differences exists, this is noted in the documentation.
 Many language features are not implemented yet. Anything which is documented
 Many language features are not implemented yet. Anything which is documented
 is supported. The repository can be found on `github <https://github.com/hyperledger-labs/solang>`_.
 is supported. The repository can be found on `github <https://github.com/hyperledger-labs/solang>`_.
 
 
+Mentorship
+----------
+
+Solang has been accepted in the
+`Hyperledger Mentorship Program <https://wiki.hyperledger.org/display/INTERN/Create+a+new+Solidity+Language+Server+%28SLS%29+using+Solang+Compiler>`_.
+The Mentorship Program exists to encourage students to contribute to Hyperledger
+open source projects. Hyperledger projects provide mentors and the Hyperledger
+organization gives some money to participating students.
+
+If you would like mentorship, please apply before the 24th of April 2020.
+
+Looking forward to your applications!
+
 .. toctree::
 .. toctree::
    :maxdepth: 3
    :maxdepth: 3
    :caption: Contents:
    :caption: Contents: