Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/wenwenprotocol/wen-protocol

WEN protocol for Starcoin
https://github.com/wenwenprotocol/wen-protocol

Last synced: about 2 months ago
JSON representation

WEN protocol for Starcoin

Lists

README

        

# WEN Stable Coin for starcoin

## Move Package Manager
## Compile

```
mpm sandbox clean
mpm package build
mpm sandbox publish --ignore-breaking-changes
```

## Test

```
mpm integration-test
```

---
## Move CLI (Old version)
### Compile

```
move clean
move check
move publish --ignore-breaking-changes
```

### Test

```
move functional-test
```

---
## Document

[Token](doc/Token.md)

[LendingPool](doc/LendingPool.md)

[Farm](doc/Farm.md)