Skip to content

Commit

Permalink
chore: update sdk package.json file (#76)
Browse files Browse the repository at this point in the history
* update sdk package.json file and README file

* fix typo
MakMuftic authored Sep 16, 2022
1 parent 5d0b5d1 commit d246a40
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,14 +11,6 @@

The current SDK has one package that comprises the whole bridging logic for transferring ERC20 tokens between Ethereum networks. Alongside this there are two folder examples that demonstrate the usage of our SDK. If you want to run the examples alongside our bridging infrastructure, please make sure you have [Sygma](https://github.com/ChainSafe/sygma#configuration) in order for you to run `make local-setup` command.

## Usefull commands.

After cloning the repo, simply run

```bash
npx lerna bootstrap
```

## Running the Examples

For React example, after you have run and deploy the contracts using [Sygma](https://github.com/ChainSafe/sygma), go to the `examples` folder and simply run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"sdk:run-ganache-example": "yarn workspace @buildwithsygma/sygma-sdk-node-example run:ganache-ex"
},
"keywords": [],
"author": "Sygmaprotocol product team",
"author": "Sygmaprotocol Product Team",
"license": "LGPL-3.0-or-later",
"workspaces": {
"packages": [
6 changes: 4 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -19,12 +19,14 @@
"clean": "rm -rf ./dist"
},
"keywords": [
"chainsafe",
"sygma",
"sygmaprotocol",
"buildwithsygma",
"web3",
"bridge",
"ethereum"
],
"author": "Chainsafe Products Team",
"author": "Sygmaprotocol Product Team",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@types/jest": "27.4.1",

0 comments on commit d246a40

Please sign in to comment.