Önerilen sistemde sivil toplum kuruluşlarının (STK) ve kamu kurumlarının afet durumunlarında güvenilir bir ortamdaki kaynakları yönetmesini ve koordine etmesini amaçlamaktadır. Sistem daha çok zamanda daha çok felaketzedeye ulaşmayı hedefliyor.
Sistemin detayları yayın olarak yazılmıştır. Bağlantı yayınlandığında paylaşılacaktır.
Proje halen geliştirme aşamasındadır.
-
NodeJS v12.16.1 >
-
Truffle v5.1.39 >
Truffle indirme:
npm install -g truffle
-
Ganache CLI v6.10.1 >
Ganache indirme:
npm install -g ganache-cli
Hesapları komut satırında ganache-cli'den oluşturuyoruz
../akys > ganache-cli
Yeni bir komut satırında, kontratı geliştirme ağına taşıyoruz
../akys > truffle migrate --network development
Ve geliştirme ağı içindeki fonksiyonları çağırmak için truffle konsolunu kullanıyoruz
../akys > truffle console
truffle(development)>
Blokzinciri ağı olmadan yerel test
../akys > truffle test
The proposed system aims to enable the non-governmental organizations (NGO) and public institutions to manage and coordinate the resources in a trusted environment in the case of disasters. The system aims to reach more disaster victims in a more timely manner.
Details of the system is written as a publication. The link will be provided when published.
The project is still under development.
-
NodeJS v12.16.1 >
-
Truffle v5.1.39 >
Installing truffle:
npm install -g truffle
-
Ganache CLI v6.10.1 >
Installing ganache:
npm install -g ganache-cli
Generate the accounts from ganache-cli on command-line
../akys > ganache-cli
In a new command-line, migrate the contract for the development network
../akys > truffle migrate --network development
And use truffle console to call functions inside the development network
../akys > truffle console
truffle(development)>
Local test without blockchain network
../akys > truffle test