Official Adamnite has beed discontinued recently. So I publish my current implementation of my work performed for Adamnite. This project will be continued as my private Project.
Adamnite's implementation in Python
Adamnite is a new-generation layer-1 blockchain development platform serving to increase blockchain adoption. By providing a development platform that enables developers to easily build safe and efficient decentralized applications (dApps), Adamnite hopes to be at the center of both dApp development and blockchain innovation. Adamnite’s core philosophy is centered around ease of use, scalability, and security. Its primary focus is on solving two main problems in the space: a lack of proper security tools for smart contract developers, and a lack of widespread use of blockchain technology in both public and private sectors. While these problems are well-known, we believe that there are specific issues with current platforms that significantly increase the likelihood of exploits happening in dApps and hinder adoption.
- python 3.9
This Project is currently developed as a private Repo. If you want to clone and work on the Repo you need have given acces by the Adamnite Team.
- Authenticate yourself with GitHub over SSH! How to add my SSH Key to GitHub
- Clone the repo over SSH
git clone [email protected]:Adamnite/PyAdamnite.git
- Get inside the new created Folder
cd PyAdamnite
- Install Python Dependency's. Preferably into an venv! How to create a venv in Python
pip install -r requirements.txt
cd src
python main.py
You will be greeted with an CLI interface running on your Terminal.
- Press 1 + Enter
- Type in the amount and press Enter
- Type in the receiver address or copy and paste it and type Enter
- If everything is fine press 1 or abord with 9 and confirm with Enter
cd src
python main_tests.py
python -m unittest tests/test_flask.py
python -m unittest tests/test_tree.py
python -m unittest tests/TEST_FILE.py
Distributed under the MIT License. See LICENSE.txt
for more information.
Github Organisation: https://github.com/Adamnite