> For the complete documentation index, see [llms.txt](https://docs.dappkit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dappkit.dev/start-building.md).

# Start building

After [installation](/start-building/installation.md) is complete, you can start building right away. You can access our detailed documentation [here](https://bepronetwork.github.io/bepro-js/index.html), and our GitHub repository [here](< https://github.com/bepronetwork/bepro-js>).

Below you can find a brief explanation about the main *bepro-js* templates to get you started too.

| Template                                                                              | Brief Description                                                                                                                                                           |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ERC20Contract](https://bepronetwork.github.io/bepro-js/ERC20Contract.html)           | Javascript wrapper around the ERC20 standard. Use this template to easily create and deploy ERC20 tokens.                                                                   |
| [ERC721Standard](https://bepronetwork.github.io/bepro-js/ERC721Standard.html)         | Javascript wrapper around the ERC721 standard. Allows you to create and mint Non-Fungible Tokens (NFTs).                                                                    |
| [ERC721Collectibles](https://bepronetwork.github.io/bepro-js/ERC721Collectibles.html) | Template to allow you to create sophisticated actions on top of newly minted NFTs, including buying and selling tokens on the Blockchain. Uses the ERC721 Standard wrapper. |
| [ERC1155Standard](https://sdk.dappkit.dev/classes/ERC1155Standard.html)               | Javascript wrapper around the ERC1155 standard. Use it to boost your process on creating ERC1155 tokens.                                                                    |
| [ERC1155Ownable](https://sdk.dappkit.dev/classes/ERC1155Ownable.html)                 | This template also implements the ERC1155 token standard, with a single difference, it only allow the contract owner to call certain methods.                               |
| [StakingContract](https://bepronetwork.github.io/bepro-js/StakingContract.html)       | Structure to create a simple staking mechanism for ERC20 tokens.                                                                                                            |
| [DexStorage](https://bepronetwork.github.io/bepro-js/DexStorage.html)                 | Storage solution using IPFS (InterPlanetary File System). You can use this template to easily save and retrieve documents.                                                  |
| [Web3Connection](https://bepronetwork.github.io/bepro-js/Web3Connection.html)         | Template to connect with Metamask and access wallet information.                                                                                                            |
