Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantasma-io/phantasmaaudit
Audit of the Phantasma token generation event
https://github.com/phantasma-io/phantasmaaudit
Last synced: about 2 months ago
JSON representation
Audit of the Phantasma token generation event
- Host: GitHub
- URL: https://github.com/phantasma-io/phantasmaaudit
- Owner: phantasma-io
- License: mit
- Created: 2024-03-11T11:55:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:56:00.000Z (10 months ago)
- Last Synced: 2024-05-01T00:44:45.489Z (8 months ago)
- Language: C#
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOUL token generation event audit
This repository contains reports of the Phantasma token generation event, which can be found in the folder output.
The reports are provided in `.csv` format, that can be imported into Excel, Google Docs or other programs.[phantasma_transactions.csv](output/phantasma_transactions.csv) contains a list of all transactions sent to the SOUL scripthash address, ordered by main net block inclusion.
[phantasma_totals.csv](output/phantasma_totals.csv) contains a list of the full addresses that participated in the TGE, and the amount of tokens each one received along with amount of NEO received and NEO that will be refunded. The entries in this file are ordered by amount of NEO sent.
## Generating the reports yourself
We also provide the C# program used to generate this reports, so you can run itself yourself and confirm the result.This program requires [Neo.Lux library](https://github.com/CityOfZion/neo-lux) to extract data from the NEO main net.
It is also necessary to run [neo-cli](https://github.com/neo-project/neo-cli/) to act as a local full node, and make sure that is fully synced to the main net before you start the report generation.