Skip to content

Commit

Permalink
Utilities: Currency and pricing calculation helpers + docs (#174)
Browse files Browse the repository at this point in the history
* Utilities

* Docs
  • Loading branch information
0x19 authored Mar 29, 2024
1 parent 51cf9fd commit 44794a3
Show file tree
Hide file tree
Showing 45 changed files with 1,638 additions and 447 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![PkgGoDev](https://pkg.go.dev/badge/github.com/unpackdev/solgo)](https://pkg.go.dev/github.com/unpackdev/solgo)
[![Discord](https://img.shields.io/discord/1109929011896909875.svg)](https://discord.gg/PdHVbuTQRX)

# Go Ethereum Solidity Toolkit: Solidity Parser, Analyzer, and Introspector
# Ethereum and Solidity Toolkit in Go: Parser, Analyzer, and Introspector

**SolGo** - a robust tool crafted in Go, designed to dissect and analyze Solidity's source code.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"address": "0x7388ec6723fbec733b671d16820819ba7d665d02",
"type": "keystore",
"private_key": "",
"public_key": "",
"account": {
"address": "0x7388ec6723fbec733b671d16820819ba7d665d02",
"url": "keystore:///home/nevio/dev/unpack/solgo-orig/data/faucets/ethereum/UTC--2024-03-29T16-38-40.084618821Z--7388ec6723fbec733b671d16820819ba7d665d02"
},
"password": "c2ltdWxhdG9y",
"network": "ethereum",
"tags": [
"test"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"address": "0x849886a470ff29b449eec2e7050a0d65e231add9",
"type": "keystore",
"private_key": "",
"public_key": "",
"account": {
"address": "0x849886a470ff29b449eec2e7050a0d65e231add9",
"url": "keystore:///home/nevio/dev/unpack/solgo-orig/data/faucets/ethereum/UTC--2024-03-29T16-25-46.000819675Z--849886a470ff29b449eec2e7050a0d65e231add9"
},
"password": "c2ltdWxhdG9y",
"network": "ethereum",
"tags": [
"test"
]
}
2 changes: 1 addition & 1 deletion data/solc/releases/releases.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/ERC20.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/Lottery.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/SimpleStorage.slither.raw.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/TokenSale.slither.raw.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/tests/audits/VulnerableBank.slither.raw.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 44794a3

Please sign in to comment.