Skip to content

Commit

Permalink
Update hackathon info of Readme (#248)
Browse files Browse the repository at this point in the history
* Update hackathon info of Readme
* Bounce the version of badge
  • Loading branch information
yanganto committed Nov 3, 2021
1 parent 7453900 commit e6e9346
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
@@ -1,29 +1,32 @@
# SewUp

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/second-state/SewUp/CI)
[![Generic badge](https://img.shields.io/badge/sewup-0.1.5-green.svg)](https://crates.io/crates/sewup)
[![Generic badge](https://img.shields.io/badge/sewup-0.1.7-green.svg)](https://crates.io/crates/sewup)
[![Generic badge](https://img.shields.io/badge/SewUpDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup/)
[![Generic badge](https://img.shields.io/badge/sewup_derive-0.1.5-green.svg)](https://crates.io/crates/sewup-derive)
[![Generic badge](https://img.shields.io/badge/sewup_derive-0.1.7-green.svg)](https://crates.io/crates/sewup-derive)
[![Generic badge](https://img.shields.io/badge/SewUpDeriveDoc-main-green.svg)](https://second-state.github.io/SewUp/sewup_derive/)
[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.1.5-green.svg)](https://crates.io/crates/cargo-sewup)
[![Generic badge](https://img.shields.io/badge/cargo_sewup-0.1.7-green.svg)](https://crates.io/crates/cargo-sewup)

**S**econdstate **EW**asm **U**tility **P**rogram, a library helps you sew up your Ethereum project with Rust and just like development in a common backend.
There is an [issue](https://github.com/second-state/SewUp/issues/116) on building document on Doc.rs, please kindly use the [document](https://second-state.github.io/SewUp/sewup/) of master instead.
Furthermore, there is also [wiki site](https://github.com/second-state/SewUp/wiki) helps you work with sewup, once you got problems or confusing you can learn more on the wiki.

## Slides & Demo
| Date | Event | Version | Slide | Video | Material |
|------------|------------------------|---------|--------------|-------------------------------------------------------|---------------------------|
| 2021/11/3 | ParaState Hackathon II | 0.1.5 | [hackthon2] | | [material][h2], [hangman] |
| 2021/10/30 | COSCon'21 | 0.1.4 | [coscon21] | | |
| 2021/10/26 | ParaState Hackathon | 0.1.4 | [hackthon1] | [record1] | [material][h1] |
| 2021/09/07 | Version 0.1 release | 0.1.0 | | [Hello], [KV], [RDB], [ERC-20], [ERC-721], [ERC-1155] | |
| 2021/06/19 | Rust meetup (Beijing) | 0.0.1 | [prerelease] | | |
| Date | Event | Version | Slide | Video | Material |
|------------|-------------------------|---------|--------------|-------------------------------------------------------|---------------------------|
| Drafting | ParaState Hackathon III | 0.1.7 | [hackthon3] | | [utility token] |
| 2021/11/3 | ParaState Hackathon II | 0.1.6 | [hackthon2] | [record2] | [material][h2], [hangman] |
| 2021/10/30 | COSCon'21 | 0.1.4 | [coscon21] | | |
| 2021/10/26 | ParaState Hackathon | 0.1.4 | [hackthon1] | [record1] | [material][h1] |
| 2021/09/07 | Version 0.1 release | 0.1.0 | | [Hello], [KV], [RDB], [ERC-20], [ERC-721], [ERC-1155] | |
| 2021/06/19 | Rust meetup (Beijing) | 0.0.1 | [prerelease] | | |

[coscon21]: https://slides.com/yanganto/coscon21-writing-ewasm-contract-in-rust
[hackthon1]: https://slides.com/yanganto/ethereum-wasm-in-rust
[hackthon2]: https://slides.com/yanganto/key-value-storage-with-sewup
[hackthon3]: https://slides.com/yanganto/writing-ethereum-webassembly-in-rust-iii-utility-token-with-sewup
[record1]: https://www.youtube.com/watch?v=DaVg5WCM2LI
[record2]: https://youtu.be/XWeOALFPJQ0
[prerelease]: https://slides.com/yanganto/sewup
[Hello]: https://youtu.be/kbe3uuxkBNQ
[KV]: https://youtu.be/LUpYIFGG36s
Expand All @@ -34,6 +37,7 @@ Furthermore, there is also [wiki site](https://github.com/second-state/SewUp/wik
[h1]: https://docs.google.com/document/d/1CTh3whx7jRtO4UQLqkp6S8w0fthVVHaDlhgfkAdDp8Q/edit?usp=sharing
[h2]: https://docs.google.com/document/d/1qNYOFK1uCZauAJ0ghBc_ykI4RDYncdB0hiQULj5kNow/edit?usp=sharing
[hangman]: https://github.com/second-state/sewup-kv-example
[utility token]: https://github.com/second-state/sewup-token-example


## Usage
Expand Down

0 comments on commit e6e9346

Please sign in to comment.