| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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.
git clone git@github.com:Adamnite/PyAdamnite.git cd PyAdamnitepip install -r requirements.txtcd src
python main.pyYou will be greeted with an CLI interface running on your Terminal.
cd src
python main_tests.pypython -m unittest tests/test_flask.py
python -m unittest tests/test_tree.py
python -m unittest tests/TEST_FILE.pyDistributed under the MIT License. See LICENSE.txt for more information.
Github Organisation: https://github.com/Adamnite
| Back | FazBrowse Home | New Git URL |