Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genesis Config #50

Open
7 tasks
stojanov-igor opened this issue Jul 4, 2022 · 1 comment · May be fixed by #117
Open
7 tasks

Genesis Config #50

stojanov-igor opened this issue Jul 4, 2022 · 1 comment · May be fixed by #117
Assignees
Labels
current sprint Issue that is planned for the current sprint enhancement New feature or request
Milestone

Comments

@stojanov-igor
Copy link
Member

stojanov-igor commented Jul 4, 2022

  • Configure the genesis config that allows assets to be pre-allocated to specific keys.
  • implement logic that will lock these funds for a specified timeframe (for example 2 years. This should be configurable)
  • Allocate a total initial supply of 1 Billion tokens. (1,000,000,000,000.000,000,000,0)
  • Allow for up to 1e10 Plancks, as in, ten decimal places.
  • Create a testnet config and a production level config.
  • make sure that all the MaxLimit Constants are assigned correctly? Create a MD file explaining the reasons behind the constants.
  • make sure that the Grant gives sufficient funds for initial transactions (more than 500)

Use this document as a guide: https://docs.universaldot.me/docs/token/udot-token

@stojanov-igor stojanov-igor added this to the Release 1.0 milestone Jul 4, 2022
@stojanov-igor stojanov-igor added the enhancement New feature or request label Jul 4, 2022
@stojanov-igor stojanov-igor added the current sprint Issue that is planned for the current sprint label Sep 19, 2022
@stojanov-igor
Copy link
Member Author

Spec is generated based on this spec: https://docs.substrate.io/reference/how-to-guides/basics/customize-a-chain-specification/

To start a Live network, run the node with the following command.

./target/release/node-template --chain chain-spec.json

@stojanov-igor stojanov-igor linked a pull request Oct 12, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
current sprint Issue that is planned for the current sprint enhancement New feature or request
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

2 participants