You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Deno](https://github.com/denoland/deno?tab=readme-ov-file#installation) to run a local API server for the AI Assistant
17
+
-[Deno](https://github.com/denoland/deno?tab=readme-ov-file#installation)(Optional) to run a local API server for the AI Assistant
18
18
- Note that using the shell installation method is recommended (the `upgrade` command, which allows you to install a specific Deno version, is not always available when installing Deno with other installers).
19
19
- To install the version of Deno that matches the Netlify deploy environment, run `deno upgrade --version 1.46.3`.
20
20
- When adding dependencies for the Deno app add the dependency as a dev dependency using yarn, map the dependency to the Deno equivalent url in import_map.json and import it like a typescript dependency in the app.
Use the Contracts Wizard at https://wizard.openzeppelin.com/
16
+
17
+
## TypeScript API
14
18
15
-
See our [contributing guidelines](CONTRIBUTING.md).
19
+
You can use the programmatic TypeScript API to generate contracts from your own applications.
20
+
21
+
View the API documentation for each smart contract language:
22
+
-[Solidity](packages/core/solidity/README.md)
23
+
-[Cairo](packages/core/cairo/README.md)
24
+
-[Stellar](packages/core/stellar/README.md)
25
+
-[Stylus](packages/core/stylus/README.md)
16
26
17
27
## Embedding
18
28
@@ -28,11 +38,20 @@ Optionally focus on specific tab with the `data-tab` attribute as in `<oz-wizard
28
38
29
39
For languages other than Solidity, use the `data-lang` attribute, for example: `<oz-wizard data-lang="cairo"></oz-wizard>`.
30
40
31
-
## API
41
+
## Contributing
42
+
43
+
We welcome contributions from the community! Here's how you can get involved:
44
+
45
+
1. Fork the repository
46
+
2. Create your feature branch
47
+
3. Commit your changes
48
+
4. Push to the branch
49
+
5. Create a Pull Request
50
+
51
+
If you are looking for a good place to start, find a good first issue [here](https://github.com/openzeppelin/contracts-wizard/issues?q=is%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22), or [open an issue](https://github.com/OpenZeppelin/contracts-wizard/issues/new) for a bug report or feature request.
52
+
53
+
You can find more details in our [Contributing](CONTRIBUTING.md) guide.
32
54
33
-
The following describes how to use the Contracts Wizard programmatic API in your own applications.
55
+
## License
34
56
35
-
-[Contracts Wizard API for Solidity](packages/core/solidity/README.md)
36
-
-[Contracts Wizard API for Cairo](packages/core/cairo/README.md)
37
-
-[Contracts Wizard API for Stellar](packages/core/stellar/README.md)
38
-
-[Contracts Wizard API for Stylus](packages/core/stylus/README.md)
57
+
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
0 commit comments