surfman-sdk 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@ TypeScript SDK for SurfPool RPC API interaction - A powerful toolkit for Solana
|
|
|
5
5
|
[](https://www.npmjs.com/package/surfman-sdk)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
+
> 📖 **[SurfPool Documentation](https://docs.surfpool.run/)** - Learn more about SurfPool's local development environment
|
|
9
|
+
|
|
8
10
|
## Features
|
|
9
11
|
|
|
10
12
|
- 🔧 **Cheatcodes**: Time travel, account manipulation, network control
|
|
@@ -232,6 +234,7 @@ surfman --help
|
|
|
232
234
|
|
|
233
235
|
## Documentation
|
|
234
236
|
|
|
237
|
+
- [SurfPool Documentation](https://docs.surfpool.run/) - Official SurfPool docs
|
|
235
238
|
- [GitHub Repository](https://github.com/ennea8/surfman)
|
|
236
239
|
- [CLI Tool](https://www.npmjs.com/package/surfman)
|
|
237
240
|
- [Report Issues](https://github.com/ennea8/surfman/issues)
|