Skip to content

Commit a50cd8b

Browse files
authored
Release v1.0.0 (#17)
* docs: update readme * chore: bump version to v1.0.0
1 parent c760ecf commit a50cd8b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A simple, beginner-friendly library for reading data from VeChain smart contracts. No complex setup required - just install and call functions! Works with any JavaScript/TypeScript project and integrates seamlessly with existing VeChain SDK projects.
44

5-
**✨ Lightweight**: Only 7.5k (3.2k gzipped) - minimal impact on your bundle size!
6-
75
## 🚀 Getting Started
86

97
### Installation
@@ -22,10 +20,10 @@ npm install @vechain/contract-getters
2220

2321
```bash
2422
# Using yarn
25-
yarn add @vechain/sdk-network @vechain/vebetterdao-contracts ethers
23+
yarn add @vechain/sdk-network ethers
2624

2725
# Using npm
28-
npm install @vechain/sdk-network @vechain/vebetterdao-contracts ethers
26+
npm install @vechain/sdk-network ethers
2927
```
3028

3129
### Usage

packages/contract-getters/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A simple, beginner-friendly library for reading data from VeChain smart contracts. No complex setup required - just install and call functions! Works with any JavaScript/TypeScript project and integrates seamlessly with existing VeChain SDK projects.
44

5-
**✨ Lightweight**: Only 7.5k (3.2k gzipped) - minimal impact on your bundle size!
6-
75
## 🚀 Getting Started
86

97
### Installation
@@ -22,10 +20,10 @@ npm install @vechain/contract-getters
2220

2321
```bash
2422
# Using yarn
25-
yarn add @vechain/sdk-network @vechain/vebetterdao-contracts ethers
23+
yarn add @vechain/sdk-network ethers
2624

2725
# Using npm
28-
npm install @vechain/sdk-network @vechain/vebetterdao-contracts ethers
26+
npm install @vechain/sdk-network ethers
2927
```
3028

3129
### Usage

packages/contract-getters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/contract-getters",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/vechain/contract-getters",
55
"description": "Framework-agnostic VeChain getters (read-only).",
66
"repository": {

0 commit comments

Comments
 (0)