-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# Spore Typed Message | ||
|
||
## Create and transfer Spore on test network by default secp256k1 lock | ||
|
||
```shell | ||
$ npm install | ||
|
||
$ npm run indexCreateSpore | ||
# Replace TxHash in src/indexTransferSpore.ts | ||
$ npm run indexTransferSpore | ||
$ npm run skCreateSpore | ||
# Replace TxHash in src/skTransferSpore.ts | ||
$ npm run skTransferSpore | ||
``` | ||
|
||
## Create and transfer Spore on dev network by typed message | ||
|
||
**Not yet testable!** | ||
|
||
```shell | ||
$ npm run tmCreateSpore | ||
# Replace TxHash in src/tmTransferSpore.ts | ||
$ npm run tmTransferSpore | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dapp/src/rawCreateImmortalSpore.ts → dapp/src/skCreateImmortalSpore.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dapp/src/rawCreatePrivateCluster.ts → dapp/src/skCreatePrivateCluster.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dapp/src/rawCreateSporeWithCluster.ts → dapp/src/skCreateSporeWithCluster.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters