stellar-build 0.0.2

A library for gathering Contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# stellar-build

It will find all these dependencies and builds them in the correct order.


```toml
[package.metadata.stellar]  
contract = true

# or, equivalently
package.metadata.stellar.contract = true
```