Skip to content

Commit

Permalink
chore: update readme and github repo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Jul 9, 2024
1 parent e93fd70 commit a0275c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
![header](https://files.readme.io/4f92aa7-DALLE_Cover_Photo_1..png)

[![npm/v](https://badgen.net/npm/v/@skip-go/core)](https://www.npmjs.com/package/@skip-go/core)
[![npm/dt](https://badgen.net/npm/dt/@skip-go/core?)](https://www.npmjs.com/package/@skip-go/core)
[![stars](https://badgen.net/github/stars/skip-mev/skip-router-sdk?)](https://github.com/skip-mev/skip-router-sdk)
[![stars](https://badgen.net/github/stars/skip-mev/skip-go?)](https://github.com/skip-mev/skip-go)

# @skip-go/core

Expand Down Expand Up @@ -51,24 +49,6 @@ npm run test -- --watch
npm run test -- --coverage
```

## E2E Tests

E2E tests depend on [Starship](https://starship.cosmology.tech) to test interactions with various blockchains.

```bash
# run starship setup
npm run e2e:setup

# run starship devnets
npm run e2e:start

# run e2e tests
npm run e2e:test

# stop starship devnets
npm run e2e:stop
```

## Documentation

- [Skip Go API documentation](https://docs.skip.build/go)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@skip-go/core",
"description": "JavaScript SDK for Skip Go API",
"version": "0.3.0",
"repository": "https://github.com/skip-mev/skip-router-sdk",
"repository": "https://github.com/skip-mev/skip-go",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit a0275c7

Please sign in to comment.