Skip to content

Firoz202/ghscription

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

315 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhScription

World First Inscription For Developers

Tokens: https://github.com/ghscr/ghscription/blob/main/tokens.json

Inscriptions: https://github.com/ghscr/ghscription/tree/main/inscriptions

Join Telegram: https://t.me/ghscription

Twitter: https://twitter.com/ghscription

How it works?

Add an issue to this repository with the following content. A bot would automatically commit a JSON if the issue is valid.

Token Deployment

{
 "p": "GRC20",
 "op": "deploy",
 "tick": "GitHub",
 "max": "1000000000",
 "lim": "2000"
}

Example: ghscr#8

Token Mint

{  
  "p": "GRC20", 
  "op": "mint", 
  "tick": "GitHub", 
  "amt": "2000"
}

Example: ghscr#9

Example Inscription: https://github.com/ghscr/ghscription/blob/main/inscriptions/2.json

Due to ratelimit, it may take a few minutes to index. Issues are the source of truth.

Token Transfer
Cumming soon

About

World First Inscription For Developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.8%
  • Shell 1.2%