KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
G-Naira
โ 15
Open GitHub โ
G-Naira currency
Download README (.md)
Explore Similar Repositories
devicescript-gateway
:
Cloud gateway for IoT devices running DeviceScript
Altzone-WebPages
:
Altzone-WebPages is an open-source project focused on building modern, dynamic web pages for the Altzone game project. ๐
luci-app-watchcat-plus
:
OpenWrt LuCI watchcat plugins
Awesome-Incremental-Learning-For-Semantic-Segmentation
:
A list of papers and codes about Incremental/Continual Semantic Segmentation
dcase2023_task4b_baseline
:
Baseline code for DCASE 2023 task 4 B
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
G-Naira
?
Download (.md)
# G-Naira G-Naira currency * How to use the multi-signature feature ------------------------------------------------------------------------------------------------ * First deploy contract with your address, this address is now the owner and the GOVERNOR * Now GOVERNOR can add DELEGATES addresses using the "setDelegates" function ------------------------------------------------------------------------------------------- * (Hardcoded at line 33: only 2 approvals are needed before GOVERNOR can mint/ burn, * you can change the number of DELEGATES needed using "setRequiredApproval") ----------------------------------------------------------------------------------------- * Connect wallet as DELEGATE addresses to interact with the contract, * one by one your DELEGATES should click on "incrementApproval" function, * when a DELEGATE does this, 1 approval will be added, other DELEGATES need to do this to increase approval for GOVERNOR * Only when atleast 2 delegates approve, can the governor burn or mint