Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jdogresorg/Broadcast-Token-Naming…
Browse files Browse the repository at this point in the history
…-System into btns420-indexer
  • Loading branch information
jdogresorg committed Feb 14, 2024
2 parents b8eac1a + 1017d64 commit 1191e62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Science is messy sometimes... _**DO NOT**_ put in funds your not willing to lose

Name | Title | Author / Owner | Status |
---------------------------- | ----------------------------------------- | ---------------------- | ------------- |
[`BTNS`](./docs/BTNS.md) | Broadcast Token Naming System (**BTNS**) | Jeremy Johnson (J-Dog) | Accepted |
[`BTNS-420`](./docs/BTNS-420.md)| BTNS Token Standard (**BTNS-420**) | Jeremy Johnson (J-Dog) | Draft |
[`BTNS`](./docs/BTNS.md) | Broadcast Token Naming System (**BTNS**) | Jeremy Johnson (J-Dog) | Accepted |
[`BTNS-420`](./docs/BTNS-420.md)| BTNS Token Standard (**BTNS-420**) | Jeremy Johnson (J-Dog) | Draft |
[`BTNS-GAS`](./docs/BTNS-GAS.md)| BTNS GAS Utility Token (**BTNS-GAS**) | Jeremy Johnson (J-Dog) | Accepted |


# BTNS `ACTION` commands
Expand Down
9 changes: 6 additions & 3 deletions docs/BTNS-420.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,21 @@ The above example issues a JDOG token, and STAMPs file data into the token.
- Lock against `RUG` command by setting `LOCK_RUG` to `1`
- Lock against `SLEEP` command by setting `LOCK_SLEEP` to `1`
- Lock against `CALLBACK` command by setting `LOCK_CALLBACK` to `1`

- `DESTROY`
- Permanently destroy some `token` supply
- `DISPENSER`
- `DIVIDEND`
- `LIST`
- Create and edit lists of `TICK`s
- Create and edit lists of `ASSET`s
- Create and edit lists of addresses
- `MINT`
- Mint `tokens` at rate of `MAX_MINT` until `MAX_SUPPLY` is reached ("fair" mint)
- Transfer minted `token` supply to `TRANSFER` address
- `RUG`
- `SEND`
- Transfer `AMOUNT` of `token` from broadcast address to a `DESTINATION` address
- Send multiple `AMOUNT` of `token` to multiple `DESTINATION` addresses
- Transfer `AMOUNT` of `token` from broadcast address to a `DESTINATION` address, with an optional memo
- Send multiple `AMOUNT` of `token` to multiple `DESTINATION` addresses, with optional memos
- `SLEEP`
- `SWEEP`

Expand Down
2 changes: 1 addition & 1 deletion docs/BTNS-GAS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Title: BTNS GAS Utility Token
Author: Jeremy Johnson (J-Dog)
Status: Draft
Status: Accepted
Type: Standards
Created: 2024-02-12

Expand Down

0 comments on commit 1191e62

Please sign in to comment.