https://github.com/etherspot/etherspot-prime-getting-started
https://github.com/etherspot/etherspot-prime-getting-started
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etherspot/etherspot-prime-getting-started
- Owner: etherspot
- Created: 2023-10-11T14:40:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T11:19:53.000Z (over 1 year ago)
- Last Synced: 2025-04-13T03:56:28.372Z (about 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Etherspot Prime
This repo serves as the most simple way to get up and running with an Etherspot Prime powered dapp.
Here we are creating a random key based wallet, and then instantiating the Prime SDK with it.
In the project directory, you can run:
`npm i`
And then
`npm start`
You can take a look at src/App.tsx to see how we initialise the SDK.
[Etherspot Documentation](https://etherspot.fyi/introduction)