Skip to content

Commit

Permalink
Merge pull request #1 from fossabot/add-license-scan-badge
Browse files Browse the repository at this point in the history
Add license scan report and status
  • Loading branch information
whonion authored Dec 12, 2023
2 parents 54de2f4 + e6406b8 commit 466b279
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Go version][go-badge]][go-url] [![go-report][go-report-badge]][go-report-url] [![Lint][lint-badge]][lint-url] [![Test][test-badge]][test-url] [![Build][build-badge]][build-url] [![Makefile][makefile-badge]][makefile-url] [![deploy][deploy-badge]][deploy-url] [![HitCount](https://hits.dwyl.com/whonion//SmartContractBatchDeployer.svg)](https://hits.dwyl.com/whonion/SmartContractBatchDeployer)</br>
[![Go version][go-badge]][go-url] [![go-report][go-report-badge]][go-report-url] [![Lint][lint-badge]][lint-url] [![Test][test-badge]][test-url] [![Build][build-badge]][build-url] [![Makefile][makefile-badge]][makefile-url] [![deploy][deploy-badge]][deploy-url] [![HitCount](https://hits.dwyl.com/whonion//SmartContractBatchDeployer.svg)](https://hits.dwyl.com/whonion/SmartContractBatchDeployer)[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwhonion%2Fgo-solc-batch-deployer.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwhonion%2Fgo-solc-batch-deployer?ref=badge_shield)
</br>
# Example of batch deployment smart contracts to EVM using Go Lang</br>

Implementation with go-ethereum<br>
Expand Down Expand Up @@ -106,4 +107,7 @@ wget -O install.sh https://github.com/whonion/go-solc-batch-deployer/raw/main/in
[hint-url]: https://hits.dwyl.com/whonion/go-solc-batch-deployer

[deploy-badge]: https://github.com/whonion/go-solc-batch-deployer/actions/workflows/deploy.yml/badge.svg
[deploy-url]: https://github.com/whonion/go-solc-batch-deployer/actions/workflows/deploy.yml
[deploy-url]: https://github.com/whonion/go-solc-batch-deployer/actions/workflows/deploy.yml

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwhonion%2Fgo-solc-batch-deployer.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwhonion%2Fgo-solc-batch-deployer?ref=badge_large)

0 comments on commit 466b279

Please sign in to comment.