Skip to content

Commit

Permalink
Merge pull request #1620 from radixdlt/feature/add-lfs-assets
Browse files Browse the repository at this point in the history
Feature/add LFS assets
  • Loading branch information
iamyulong authored Oct 12, 2023
2 parents 247ff93 + 8240adc commit 789f204
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assets-lfs/** filter=lfs diff=lfs merge=lfs -text
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,28 @@ docker run -v <path-to-your-scrypto-crate>:/src radixdlt/simulator
- `simulator`: A simulator that run Scrypto code on a filesystem based ledger.
- `transaction`: Radix transaction manifest compiler, transaction models, signing and validationg logic.

## LFS

Assets under `assets-lfs` are stored in Git LFS.


To fetch files from LFS, install `git-lfs` first:
- MacOS
```
brew install git-lfs
```
- Ubuntu
```
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
```

and then:
```
git lfs install
git lfs pull
```
## Contribute
To learn more about how to contribute to this project, read the [Contributing Guide](./CONTRIBUTING.md).
3 changes: 3 additions & 0 deletions assets-lfs/babylon-mainnet-transactions-2023-10-11.tar.gz
Git LFS file not shown

0 comments on commit 789f204

Please sign in to comment.