0g-chain/contrib
Kevin Davis 790753f156
BEP3: support multiple assets (#616)
* wip: refactor to allow multiple bep3 assets

* update tests

* sims: validate asset before claiming

* move asset supply to params

* update tests

* fix sims

* fix tests

* wip: add migration from v0.9 -> v0.10 bep3

* fix build and migration tests

* nit: rename file

* move asset supply out of params

* update committee tests

* fix sims

* address review comments

* address review comments

* address review comments
2020-08-17 11:06:59 -04:00
..
current Fix bep3 sims determinism (#555) 2020-06-05 14:24:08 -04:00
dev/genesis_examples testnet-5k release candidate (#407) 2020-03-30 11:06:55 -04:00
genesis_examples [R4R] Testnet-5k proposal (#404) 2020-03-27 22:54:00 -04:00
init Update io.kava.kvd.plist 2020-02-18 12:34:10 -05:00
kava-3 BEP3: support multiple assets (#616) 2020-08-17 11:06:59 -04:00
testnet-4000 CDP rest api automating testing (#401) 2020-04-01 13:17:02 -04:00
testnet-5000 Add genesis example (#462) 2020-04-23 10:59:57 -07:00
testnet-6000 v0.8 Migration Scripts (#518) 2020-06-03 15:35:00 -04:00
README.md testnet-5k release candidate (#407) 2020-03-30 11:06:55 -04:00

Contrib

Resources and examples for running and interacting with the kava blockchain. contrib contains sample genesis files, example governance proposals, and rest-server request examples for different versions of kava.

testnet-4000

kava-testnet-4000 introduces the cdp and auction modules, allowing users to create CDPs and mint usdx as well as participate in auctions.

Configuration and rest-server interaction files are available in the testnet-4000 directory.

testnet-5000

kava-testnet-5000 introduces the bep3 modules, allowing users to transfer BNB between the bnbchain testnet and kava.

Configuration and rest-server interaction files are available in the testnet-5000 directory.

dev

During development new features offer require modifications to the genesis file. The dev directory houses these genesis files.