nibiru icon indicating copy to clipboard operation
nibiru copied to clipboard

GAME Hub is a fair and secure game-specific blockchain using tendermint where developers can easily create decentralized games.

Results 6 nibiru issues
Sort by recently updated
recently updated
newest added

# Description There is e2e test code in [gaia v7.0.0](https://github.com/cosmos/gaia/tree/v7.0.0/tests/e2e). It should be added in nibiru. ## Required Tasks - [x] research about e2e code - [x] add e2e test...

# Description The output of pre-genesis.json is always different because of sort feature of golang. To create same pre-genesis.json, it is needed to sort map data of balances and accounts....

# Description Add wasm module. ## Required Tasks - [ ] add wasm module - [ ] test upgrade - [ ] test deploy contract ## Dependencies

# Description Add creating airdrop genesis.json procedure (scripts and docs). ## Required Tasks - [ ] add airdrop cmd scripts - [ ] add procedure docs ## Dependencies

Implement `wasmd` module custom msg encoder and custom query handler for supporting `game-std` https://github.com/cosmos-gaminghub/game-std ## Checklist - impl custom endoder - [x] issue denom - [x] mint token - [x]...

enhancement

# Description Currently, any value can be set to nft name, but it's confusing. So, restrict the nft name value as same as denom name value ## Required Tasks -...

enhancement